Html Css Color HEX #197329 Camarone

📋 copy color: '#197329'

red 25 ◦ green 115 ◦ blue 41

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

Shades of Camarone #197329

Tints of Camarone #197329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 22.65%

R = 13.81%
G = 63.54%
B = 22.65%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#197329 (or 0x197329) is known color: Camarone. HEX triplet: 19, 73 and 29. RGB value is (25,115,41). Sum of RGB (Red+Green+Blue) = 25+115+41=181 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.81% from 181); Green value is 115 (45.31% from 255 or 63.54% from 181); Blue value is 41 (16.41% from 255 or 22.65% from 181); Max value from RGB is 115 - color contains mainly: green. Hex color #197329 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197329 is #E68CD6. Grayscale: #4F4F4F. Windows color (decimal): -15109335 or 2716441. OLE color: 2716441.

HSL color Cylindrical-coordinate representation of color #197329: hue angle of 130.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 #197329 is Cyan = 0.78, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB 25 115 41 -
CMYK 0.78 0 0.64 0.55
HSL 130.67º 0.64% 0.27% -
HSV(B) 130.67º 0.78% 0.45% -
XYZ 6.93 12.63 4.17 -
YUV 79.65 106.18 89.02 -
System Red Green Blue C M Y K H S L
Decimal 25 115 41 0.78 0 0.64 0.55 130.67 0.64 0.27
Hex 19 73 29 4E 0 40 37 83 40 1B
Octal 31 163 51 116 0 100 67 203 100 33
Binary 11001 1110011 101001 1001110 0 1000000 110111 10000011 1000000 11011

Color Harmonies of #197329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197329

Black with #197329

Text Example


Text Example

White with #197329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197329; }

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

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

background-color css

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

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

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

border-color css

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

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

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