#14180A

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

Shades of Rangoon Green #14180A

Tints of Rangoon Green #14180A

Color information

#14180A (or 0x14180A) is unknown color: approx Rangoon Green. HEX triplet: 14, 18 and 0A. RGB value is (20,24,10). Sum of RGB (Red+Green+Blue) = 20+24+10=54 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.04% from 54); Green value is 24 (9.77% from 255 or 44.44% from 54); Blue value is 10 (4.30% from 255 or 18.52% from 54); Max value from RGB is 24 - color contains mainly: green. Hex color #14180A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14180A is #EBE7F5. Grayscale: #151515. Windows color (decimal): -15460342 or 661524. OLE color: 661524.

HSL color Cylindrical-coordinate representation of color #14180A: hue angle of 77.14º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #14180A is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.91.

Color convert

RGB202410-
CMYK0.1700.580.91
HSL77.14º41.18%6.67%-
HSV(B)77.14º58.33%9.41%-
XYZ0.670.820.41-
YUV21.21121.67127.14-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 37.04%
GREEN value IS 24 (9.77% from 255) = 44.44%
BLUE value IS 10 (4.30% from 255) = 18.52%
R=37.04%
G=44.44%
B=18.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2024100.1700.580.9177.1441.186.67
Hex1418A1103A5B4d297
Octal24301221072133115517
Binary1010011000101010001011101010110111001101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14180A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14180A; }

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

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

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

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

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

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

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

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