Html Css Color HEX #131805 Rangoon Green

📋 copy color: '#131805'

red 19 ◦ green 24 ◦ blue 5

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

Shades of Rangoon Green #131805

Tints of Rangoon Green #131805

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 value IS 0.21

 M value IS 0

 Y value IS 0.79

 K value IS 0.91

RGB Variations

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

Color information

#131805 (or 0x131805) is known color: 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

RGB 19 24 5 -
CMYK 0.21 0 0.79 0.91
HSL 75.79º 0.66% 0.06% -
HSV(B) 75.79º 0.79% 0.09% -
XYZ 0.62 0.8 0.27 -
YUV 20.34 119.34 127.04 -
System Red Green Blue C M Y K H S L
Decimal 19 24 5 0.21 0 0.79 0.91 75.79 0.66 0.06
Hex 13 18 5 15 0 4F 5B 4C 42 6
Octal 23 30 5 25 0 117 133 114 102 6
Binary 10011 11000 101 10101 0 1001111 1011011 1001100 1000010 110

Color Harmonies of #131805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131805

Black with #131805

Text Example


Text Example

White with #131805

Text Example


Text Example

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