#198235

Color #198235 Camarone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camarone #198235

Tints of Camarone #198235

Color information

#198235 (or 0x198235) is unknown color: approx Camarone. HEX triplet: 19, 82 and 35. RGB value is (25,130,53). Sum of RGB (Red+Green+Blue) = 25+130+53=208 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.02% from 208); Green value is 130 (51.17% from 255 or 62.5% from 208); Blue value is 53 (21.09% from 255 or 25.48% from 208); Max value from RGB is 130 - color contains mainly: green. Hex color #198235 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198235 is #E67DCA. Grayscale: #5A5A5A. Windows color (decimal): -15105483 or 3506713. OLE color: 3506713.

HSL color Cylindrical-coordinate representation of color #198235: hue angle of 136º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #198235 is Cyan = 0.81, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB2513053-
CMYK0.8100.590.49
HSL136º67.74%30.39%-
HSV(B)136º80.77%50.98%-
XYZ9.0316.436.06-
YUV89.83107.2181.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 25 (10.16% from 255) = 12.02%
GREEN value IS 130 (51.17% from 255) = 62.5%
BLUE value IS 53 (21.09% from 255) = 25.48%
R=12.02%
G=62.5%
B=25.48%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal25130530.8100.590.4913667.7430.39
Hex1982355103B3188441e
Octal31202651210736121010436
Binary11001100000101101011010001011101111000110001000100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198235; }

 p { color: rgb(25,130,53); }

 H1.HeaderClassName
 {
   color: #198235;
 }
 .AnyTagClassName
 {
   color: #198235;
 }
</style>
background-color css

<style>
 a { background-color: #198235; }

 a { background-color: rgb(25,130,53); }

 div.DivClassName
 {
   background-color: #198235;
 }
 .BgClassName
 {
   background-color: #198235;
 }
</style>
border-color css

<style>
 span { border-color: #198235; }

 span { border-color: rgb(25,130,53); }

 td.TdClassName
 {
   border-color: #198235;
 }
 .TagClassName
 {
   border-color: #198235;
 }
</style>