Html Css Color HEX #141809 Rangoon Green

📋 copy color: '#141809'

red 20 ◦ green 24 ◦ blue 9

#141809
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rangoon Green #141809

Tints of Rangoon Green #141809

RGB

 RED value IS 20 (8.2% 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 value IS 0.17

 M value IS 0

 Y value IS 0.63

 K value IS 0.91

RGB Variations

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

Color information

#141809 (or 0x141809) is known color: 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

RGB 20 24 9 -
CMYK 0.17 0 0.63 0.91
HSL 76º 0.45% 0.06% -
HSV(B) 76º 0.63% 0.09% -
XYZ 0.66 0.82 0.38 -
YUV 21.09 121.17 127.22 -
System Red Green Blue C M Y K H S L
Decimal 20 24 9 0.17 0 0.63 0.91 76 0.45 0.06
Hex 14 18 9 11 0 3F 5B 4C 2D 6
Octal 24 30 11 21 0 77 133 114 55 6
Binary 10100 11000 1001 10001 0 111111 1011011 1001100 101101 110

Color Harmonies of #141809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141809

Black with #141809

Text Example


Text Example

White with #141809

Text Example


Text Example

HTML Codes & Css Web 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>