#196428

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

Shades of Camarone #196428

Tints of Camarone #196428

Color information

#196428 (or 0x196428) is unknown color: approx Camarone. HEX triplet: 19, 64 and 28. RGB value is (25,100,40). Sum of RGB (Red+Green+Blue) = 25+100+40=165 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.15% from 165); Green value is 100 (39.45% from 255 or 60.61% from 165); Blue value is 40 (16.02% from 255 or 24.24% from 165); Max value from RGB is 100 - color contains mainly: green. Hex color #196428 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196428 is #E69BD7. Grayscale: #464646. Windows color (decimal): -15113176 or 2647065. OLE color: 2647065.

HSL color Cylindrical-coordinate representation of color #196428: hue angle of 132º 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 #196428 is Cyan = 0.75, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.61.

Color convert

RGB2510040-
CMYK0.7500.60.61
HSL132º60%24.51%-
HSV(B)132º75%39.22%-
XYZ5.349.473.55-
YUV70.74110.6595.38-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.15%
GREEN value IS 100 (39.45% from 255) = 60.61%
BLUE value IS 40 (16.02% from 255) = 24.24%
R=15.15%
G=60.61%
B=24.24%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal25100400.7500.60.611326024.51
Hex1964284B03C3D843c19
Octal3114450113074752047431
Binary110011100100101000100101101111001111011000010011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196428; }

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

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

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

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

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

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

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

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