#141906

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

Shades of Rangoon Green #141906

Tints of Rangoon Green #141906

Color information

#141906 (or 0x141906) is unknown color: approx Rangoon Green. HEX triplet: 14, 19 and 06. RGB value is (20,25,6). Sum of RGB (Red+Green+Blue) = 20+25+6=51 (6% of max value = 765). Red value is 20 (8.20% from 255 or 39.22% from 51); Green value is 25 (10.16% from 255 or 49.02% from 51); Blue value is 6 (2.73% from 255 or 11.76% from 51); Max value from RGB is 25 - color contains mainly: green. Hex color #141906 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141906 is #EBE6F9. Grayscale: #151515. Windows color (decimal): -15460090 or 399636. OLE color: 399636.

HSL color Cylindrical-coordinate representation of color #141906: hue angle of 75.79º degrees, saturation: 0.61, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #141906 is Cyan = 0.20, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.90.

Color convert

RGB20256-
CMYK0.2000.760.90
HSL75.79º61.29%6.08%-
HSV(B)75.79º76%9.8%-
XYZ0.670.860.3-
YUV21.34119.34127.04-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 39.22%
GREEN value IS 25 (10.16% from 255) = 49.02%
BLUE value IS 6 (2.73% from 255) = 11.76%
R=39.22%
G=49.02%
B=11.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal202560.2000.760.9075.7961.296.08
Hex141961404C5A4c3d6
Octal24316240114132114756
Binary1010011001110101000100110010110101001100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141906; }

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

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

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

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

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

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

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

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