Html Css Color HEX #197332 Camarone

📋 copy color: '#197332'

red 25 ◦ green 115 ◦ blue 50

#197332
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Camarone #197332

Tints of Camarone #197332

RGB

 RED value IS 25 (10.16% from 255) = 13.16%

 GREEN value IS 115 (45.31% from 255) = 60.53%

 BLUE value IS 50 (19.92% from 255) = 26.32%

R = 13.16%
G = 60.53%
B = 26.32%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#197332 (or 0x197332) is known color: Camarone. HEX triplet: 19, 73 and 32. RGB value is (25,115,50). Sum of RGB (Red+Green+Blue) = 25+115+50=190 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.16% from 190); Green value is 115 (45.31% from 255 or 60.53% from 190); Blue value is 50 (19.92% from 255 or 26.32% from 190); Max value from RGB is 115 - color contains mainly: green. Hex color #197332 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197332 is #E68CCD. Grayscale: #505050. Windows color (decimal): -15109326 or 3306265. OLE color: 3306265.

HSL color Cylindrical-coordinate representation of color #197332: hue angle of 136.67º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #197332 is Cyan = 0.78, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB 25 115 50 -
CMYK 0.78 0 0.57 0.55
HSL 136.67º 0.64% 0.27% -
HSV(B) 136.67º 0.78% 0.45% -
XYZ 7.11 12.7 5.09 -
YUV 80.68 110.68 88.29 -
System Red Green Blue C M Y K H S L
Decimal 25 115 50 0.78 0 0.57 0.55 136.67 0.64 0.27
Hex 19 73 32 4E 0 39 37 89 40 1B
Octal 31 163 62 116 0 71 67 211 100 33
Binary 11001 1110011 110010 1001110 0 111001 110111 10001001 1000000 11011

Color Harmonies of #197332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197332

Black with #197332

Text Example


Text Example

White with #197332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197332; }

 p { color: rgb(25,115,50); }

 H1.HeaderClassName
 {
   color: #197332;
 }
 .AnyTagClassName
 {
   color: #197332;
 }
</style>

background-color css

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

 a { background-color: rgb(25,115,50); }

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

border-color css

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

 span { border-color: rgb(25,115,50); }

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