Html Css Color HEX #141906 Rangoon Green

📋 copy color: '#141906'

red 20 ◦ green 25 ◦ blue 6

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

Shades of Rangoon Green #141906

Tints of Rangoon Green #141906

RGB

 RED value IS 20 (8.2% from 255) = 39.22%

 GREEN value IS 25 (10.16% from 255) = 49.02%

 BLUE value IS 6 (2.73% from 255) = 11.76%

R = 39.22%
G = 49.02%
B = 11.76%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.76

 K value IS 0.90

RGB Variations

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

Color information

#141906 (or 0x141906) is known color: Rangoon Green. HEX triplet: 14, 19 and 06. RGB value is (20,25,6). Sum of RGB (Red+Green+Blue) = 20+25+6=51 (6% of max value = 765). Red value is 20 (8.20% from 255 or 39.22% from 51); Green value is 25 (10.16% from 255 or 49.02% from 51); Blue value is 6 (2.73% from 255 or 11.76% from 51); Max value from RGB is 25 - color contains mainly: green. Hex color #141906 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141906 is #EBE6F9. Grayscale: #151515. Windows color (decimal): -15460090 or 399636. OLE color: 399636.

HSL color Cylindrical-coordinate representation of color #141906: hue angle of 75.79º degrees, saturation: 0.61, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #141906 is Cyan = 0.20, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.90.

Color convert

RGB 20 25 6 -
CMYK 0.20 0 0.76 0.90
HSL 75.79º 0.61% 0.06% -
HSV(B) 75.79º 0.76% 0.1% -
XYZ 0.67 0.86 0.3 -
YUV 21.34 119.34 127.04 -
System Red Green Blue C M Y K H S L
Decimal 20 25 6 0.20 0 0.76 0.90 75.79 0.61 0.06
Hex 14 19 6 14 0 4C 5A 4C 3D 6
Octal 24 31 6 24 0 114 132 114 75 6
Binary 10100 11001 110 10100 0 1001100 1011010 1001100 111101 110

Color Harmonies of #141906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141906

Black with #141906

Text Example


Text Example

White with #141906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141906; }

 p { color: rgb(20,25,6); }

 H1.HeaderClassName
 {
   color: #141906;
 }
 .AnyTagClassName
 {
   color: #141906;
 }
</style>

background-color css

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

 a { background-color: rgb(20,25,6); }

 div.DivClassName
 {
   background-color: #141906;
 }
 .BgClassName
 {
   background-color: #141906;
 }
</style>

border-color css

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

 span { border-color: rgb(20,25,6); }

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