Html Css Color HEX #14170B Rangoon Green

📋 copy color: '#14170B'

red 20 ◦ green 23 ◦ blue 11

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

Shades of Rangoon Green #14170B

Tints of Rangoon Green #14170B

RGB

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

 M value IS 0

 Y value IS 0.52

 K value IS 0.91

RGB Variations

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

Color information

#14170B (or 0x14170B) is known color: 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

RGB 20 23 11 -
CMYK 0.13 0 0.52 0.91
HSL 75º 0.35% 0.07% -
HSV(B) 75º 0.52% 0.09% -
XYZ 0.66 0.79 0.43 -
YUV 20.74 122.51 127.48 -
System Red Green Blue C M Y K H S L
Decimal 20 23 11 0.13 0 0.52 0.91 75 0.35 0.07
Hex 14 17 B D 0 34 5B 4B 23 7
Octal 24 27 13 15 0 64 133 113 43 7
Binary 10100 10111 1011 1101 0 110100 1011011 1001011 100011 111

Color Harmonies of #14170B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14170B

Black with #14170B

Text Example


Text Example

White with #14170B

Text Example


Text Example

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