#197429

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

Shades of Camarone #197429

Tints of Camarone #197429

Color information

#197429 (or 0x197429) is unknown color: approx Camarone. HEX triplet: 19, 74 and 29. RGB value is (25,116,41). Sum of RGB (Red+Green+Blue) = 25+116+41=182 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.74% from 182); Green value is 116 (45.70% from 255 or 63.74% from 182); Blue value is 41 (16.41% from 255 or 22.53% from 182); Max value from RGB is 116 - color contains mainly: green. Hex color #197429 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197429 is #E68BD6. Grayscale: #505050. Windows color (decimal): -15109079 or 2716697. OLE color: 2716697.

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

Color convert

RGB2511641-
CMYK0.7800.650.55
HSL130.55º64.54%27.65%-
HSV(B)130.55º78.45%45.49%-
XYZ7.0512.864.21-
YUV80.24105.8588.6-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.74%
GREEN value IS 116 (45.70% from 255) = 63.74%
BLUE value IS 41 (16.41% from 255) = 22.53%
R=13.74%
G=63.74%
B=22.53%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal25116410.7800.650.55130.5564.5427.65
Hex1974294E0413783411c
Octal311645111601016720310134
Binary11001111010010100110011100100000111011110000011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197429; }

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

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

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

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

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

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

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

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