#131805

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

Shades of Rangoon Green #131805

Tints of Rangoon Green #131805

Color information

#131805 (or 0x131805) is unknown color: approx Rangoon Green. HEX triplet: 13, 18 and 05. RGB value is (19,24,5). Sum of RGB (Red+Green+Blue) = 19+24+5=48 (6% of max value = 765). Red value is 19 (7.81% from 255 or 39.58% from 48); Green value is 24 (9.77% from 255 or 50% from 48); Blue value is 5 (2.34% from 255 or 10.42% from 48); Max value from RGB is 24 - color contains mainly: green. Hex color #131805 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131805 is #ECE7FA. Grayscale: #141414. Windows color (decimal): -15525883 or 333843. OLE color: 333843.

HSL color Cylindrical-coordinate representation of color #131805: hue angle of 75.79º degrees, saturation: 0.66, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #131805 is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.91.

Color convert

RGB19245-
CMYK0.2100.790.91
HSL75.79º65.52%5.69%-
HSV(B)75.79º79.17%9.41%-
XYZ0.620.80.27-
YUV20.34119.34127.04-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 39.58%
GREEN value IS 24 (9.77% from 255) = 50%
BLUE value IS 5 (2.34% from 255) = 10.42%
R=39.58%
G=50%
B=10.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal192450.2100.790.9175.7965.525.69
Hex131851504F5B4c426
Octal233052501171331141026
Binary10011110001011010101001111101101110011001000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131805; }

 p { color: rgb(19,24,5); }

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

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

 a { background-color: rgb(19,24,5); }

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

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

 span { border-color: rgb(19,24,5); }

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