#192006

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

Shades of Rangoon Green #192006

Tints of Rangoon Green #192006

Color information

#192006 (or 0x192006) is unknown color: approx Rangoon Green. HEX triplet: 19, 20 and 06. RGB value is (25,32,6). Sum of RGB (Red+Green+Blue) = 25+32+6=63 (8% of max value = 765). Red value is 25 (10.16% from 255 or 39.68% from 63); Green value is 32 (12.89% from 255 or 50.79% from 63); Blue value is 6 (2.73% from 255 or 9.52% from 63); Max value from RGB is 32 - color contains mainly: green. Hex color #192006 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192006 is #E6DFF9. Grayscale: #1B1B1B. Windows color (decimal): -15130618 or 401433. OLE color: 401433.

HSL color Cylindrical-coordinate representation of color #192006: hue angle of 76.15º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #192006 is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.87.

Color convert

RGB25326-
CMYK0.2200.810.87
HSL76.15º68.42%7.45%-
HSV(B)76.15º81.25%12.55%-
XYZ0.951.250.36-
YUV26.94116.18126.61-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 39.68%
GREEN value IS 32 (12.89% from 255) = 50.79%
BLUE value IS 6 (2.73% from 255) = 9.52%
R=39.68%
G=50.79%
B=9.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal253260.2200.810.8776.1568.427.45
Hex1920616051574c447
Octal314062601211271141047
Binary110011000001101011001010001101011110011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192006; }

 p { color: rgb(25,32,6); }

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

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

 a { background-color: rgb(25,32,6); }

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

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

 span { border-color: rgb(25,32,6); }

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