Html Css Color HEX #131804 Rangoon Green

📋 copy color: '#131804'

red 19 ◦ green 24 ◦ blue 4

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

Shades of Rangoon Green #131804

Tints of Rangoon Green #131804

RGB

 RED value IS 19 (7.81% from 255) = 40.43%

 GREEN value IS 24 (9.77% from 255) = 51.06%

 BLUE value IS 4 (1.95% from 255) = 8.51%

R = 40.43%
G = 51.06%
B = 8.51%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.83

 K value IS 0.91

RGB Variations

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

Color information

#131804 (or 0x131804) is known color: Rangoon Green. HEX triplet: 13, 18 and 04. RGB value is (19,24,4). Sum of RGB (Red+Green+Blue) = 19+24+4=47 (6% of max value = 765). Red value is 19 (7.81% from 255 or 40.43% from 47); Green value is 24 (9.77% from 255 or 51.06% from 47); Blue value is 4 (1.95% from 255 or 8.51% from 47); Max value from RGB is 24 - color contains mainly: green. Hex color #131804 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131804 is #ECE7FB. Grayscale: #141414. Windows color (decimal): -15525884 or 268307. OLE color: 268307.

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

Color convert

RGB 19 24 4 -
CMYK 0.21 0 0.83 0.91
HSL 75º 0.71% 0.05% -
HSV(B) 75º 0.83% 0.09% -
XYZ 0.62 0.8 0.24 -
YUV 20.23 118.84 127.13 -
System Red Green Blue C M Y K H S L
Decimal 19 24 4 0.21 0 0.83 0.91 75 0.71 0.05
Hex 13 18 4 15 0 53 5B 4B 47 5
Octal 23 30 4 25 0 123 133 113 107 5
Binary 10011 11000 100 10101 0 1010011 1011011 1001011 1000111 101

Color Harmonies of #131804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131804

Black with #131804

Text Example


Text Example

White with #131804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131804; }

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

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

background-color css

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

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

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

border-color css

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

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

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