#14170B

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

Shades of Rangoon Green #14170B

Tints of Rangoon Green #14170B

Color information

#14170B (or 0x14170B) is unknown color: approx Rangoon Green. HEX triplet: 14, 17 and 0B. RGB value is (20,23,11). Sum of RGB (Red+Green+Blue) = 20+23+11=54 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.04% from 54); Green value is 23 (9.38% from 255 or 42.59% from 54); Blue value is 11 (4.69% from 255 or 20.37% from 54); Max value from RGB is 23 - color contains mainly: green. Hex color #14170B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14170B is #EBE8F4. Grayscale: #141414. Windows color (decimal): -15460597 or 726804. OLE color: 726804.

HSL color Cylindrical-coordinate representation of color #14170B: hue angle of 75º degrees, saturation: 0.35, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #14170B is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.91.

Color convert

RGB202311-
CMYK0.1300.520.91
HSL75º35.29%6.67%-
HSV(B)75º52.17%9.02%-
XYZ0.660.790.43-
YUV20.74122.51127.48-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 37.04%
GREEN value IS 23 (9.38% from 255) = 42.59%
BLUE value IS 11 (4.69% from 255) = 20.37%
R=37.04%
G=42.59%
B=20.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2023110.1300.520.917535.296.67
Hex1417BD0345B4b237
Octal24271315064133113437
Binary101001011110111101011010010110111001011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14170B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14170B; }

 p { color: rgb(20,23,11); }

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

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

 a { background-color: rgb(20,23,11); }

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

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

 span { border-color: rgb(20,23,11); }

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