#196436

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

Shades of Camarone #196436

Tints of Camarone #196436

Color information

#196436 (or 0x196436) is unknown color: approx Camarone. HEX triplet: 19, 64 and 36. RGB value is (25,100,54). Sum of RGB (Red+Green+Blue) = 25+100+54=179 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.97% from 179); Green value is 100 (39.45% from 255 or 55.87% from 179); Blue value is 54 (21.48% from 255 or 30.17% from 179); Max value from RGB is 100 - color contains mainly: green. Hex color #196436 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196436 is #E69BC9. Grayscale: #484848. Windows color (decimal): -15113162 or 3564569. OLE color: 3564569.

HSL color Cylindrical-coordinate representation of color #196436: hue angle of 143.2º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #196436 is Cyan = 0.75, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.61.

Color convert

RGB2510054-
CMYK0.7500.460.61
HSL143.2º60%24.51%-
HSV(B)143.2º75%39.22%-
XYZ5.629.595.04-
YUV72.33117.6594.24-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.97%
GREEN value IS 100 (39.45% from 255) = 55.87%
BLUE value IS 54 (21.48% from 255) = 30.17%
R=13.97%
G=55.87%
B=30.17%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal25100540.7500.460.61143.26024.51
Hex1964364B02E3D8f3c19
Octal3114466113056752177431
Binary110011100100110110100101101011101111011000111111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196436; }

 p { color: rgb(25,100,54); }

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

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

 a { background-color: rgb(25,100,54); }

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

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

 span { border-color: rgb(25,100,54); }

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