#141809

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

Shades of Rangoon Green #141809

Tints of Rangoon Green #141809

Color information

#141809 (or 0x141809) is unknown color: approx Rangoon Green. HEX triplet: 14, 18 and 09. RGB value is (20,24,9). Sum of RGB (Red+Green+Blue) = 20+24+9=53 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.74% from 53); Green value is 24 (9.77% from 255 or 45.28% from 53); Blue value is 9 (3.91% from 255 or 16.98% from 53); Max value from RGB is 24 - color contains mainly: green. Hex color #141809 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141809 is #EBE7F6. Grayscale: #151515. Windows color (decimal): -15460343 or 595988. OLE color: 595988.

HSL color Cylindrical-coordinate representation of color #141809: hue angle of 76º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #141809 is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.91.

Color convert

RGB20249-
CMYK0.1700.630.91
HSL76º45.45%6.47%-
HSV(B)76º62.5%9.41%-
XYZ0.660.820.38-
YUV21.09121.17127.22-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 37.74%
GREEN value IS 24 (9.77% from 255) = 45.28%
BLUE value IS 9 (3.91% from 255) = 16.98%
R=37.74%
G=45.28%
B=16.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal202490.1700.630.917645.456.47
Hex141891103F5B4c2d6
Octal24301121077133114556
Binary1010011000100110001011111110110111001100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141809; }

 p { color: rgb(20,24,9); }

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

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

 a { background-color: rgb(20,24,9); }

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

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

 span { border-color: rgb(20,24,9); }

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