#14160F

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

Shades of Rangoon Green #14160F

Tints of Rangoon Green #14160F

Color information

#14160F (or 0x14160F) is unknown color: approx Rangoon Green. HEX triplet: 14, 16 and 0F. RGB value is (20,22,15). Sum of RGB (Red+Green+Blue) = 20+22+15=57 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.09% from 57); Green value is 22 (8.98% from 255 or 38.60% from 57); Blue value is 15 (6.25% from 255 or 26.32% from 57); Max value from RGB is 22 - color contains mainly: green. Hex color #14160F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14160F is #EBE9F0. Grayscale: #141414. Windows color (decimal): -15460849 or 988692. OLE color: 988692.

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

Color convert

RGB202215-
CMYK0.0900.320.91
HSL77.14º18.92%7.25%-
HSV(B)77.14º31.82%8.63%-
XYZ0.660.760.56-
YUV20.6124.84127.57-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 35.09%
GREEN value IS 22 (8.98% from 255) = 38.60%
BLUE value IS 15 (6.25% from 255) = 26.32%
R=35.09%
G=38.60%
B=26.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2022150.0900.320.9177.1418.927.25
Hex1416F90205B4d137
Octal24261711040133115237
Binary10100101101111100101000001011011100110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14160F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14160F; }

 p { color: rgb(20,22,15); }

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

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

 a { background-color: rgb(20,22,15); }

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

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

 span { border-color: rgb(20,22,15); }

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