#141905

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

Shades of Rangoon Green #141905

Tints of Rangoon Green #141905

Color information

#141905 (or 0x141905) is unknown color: approx Rangoon Green. HEX triplet: 14, 19 and 05. RGB value is (20,25,5). Sum of RGB (Red+Green+Blue) = 20+25+5=50 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40% from 50); Green value is 25 (10.16% from 255 or 50% from 50); Blue value is 5 (2.34% from 255 or 10% from 50); Max value from RGB is 25 - color contains mainly: green. Hex color #141905 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141905 is #EBE6FA. Grayscale: #151515. Windows color (decimal): -15460091 or 334100. OLE color: 334100.

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

Color convert

RGB20255-
CMYK0.2000.800.90
HSL75º66.67%5.88%-
HSV(B)75º80%9.8%-
XYZ0.660.850.27-
YUV21.22118.84127.13-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 40%
GREEN value IS 25 (10.16% from 255) = 50%
BLUE value IS 5 (2.34% from 255) = 10%
R=40%
G=50%
B=10%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal202550.2000.800.907566.675.88
Hex14195140505A4b436
Octal243152401201321131036
Binary10100110011011010001010000101101010010111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141905; }

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

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

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

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

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

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

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

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