Html Css Color HEX #202513 Rangoon Green

📋 copy color: '#202513'

red 32 ◦ green 37 ◦ blue 19

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

Shades of Rangoon Green #202513

Tints of Rangoon Green #202513

RGB

 RED value IS 32 (12.89% from 255) = 36.36%

 GREEN value IS 37 (14.84% from 255) = 42.05%

 BLUE value IS 19 (7.81% from 255) = 21.59%

R = 36.36%
G = 42.05%
B = 21.59%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.49

 K value IS 0.85

RGB Variations

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

Color information

#202513 (or 0x202513) is known color: Rangoon Green. HEX triplet: 20, 25 and 13. RGB value is (32,37,19). Sum of RGB (Red+Green+Blue) = 32+37+19=88 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.36% from 88); Green value is 37 (14.84% from 255 or 42.05% from 88); Blue value is 19 (7.81% from 255 or 21.59% from 88); Max value from RGB is 37 - color contains mainly: green. Hex color #202513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202513 is #DFDAEC. Grayscale: #212121. Windows color (decimal): -14670573 or 1254688. OLE color: 1254688.

HSL color Cylindrical-coordinate representation of color #202513: hue angle of 76.67º degrees, saturation: 0.32, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #202513 is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.85.

Color convert

RGB 32 37 19 -
CMYK 0.14 0 0.49 0.85
HSL 76.67º 0.32% 0.11% -
HSV(B) 76.67º 0.49% 0.15% -
XYZ 1.37 1.68 0.87 -
YUV 33.45 119.84 126.96 -
System Red Green Blue C M Y K H S L
Decimal 32 37 19 0.14 0 0.49 0.85 76.67 0.32 0.11
Hex 20 25 13 E 0 31 55 4D 20 B
Octal 40 45 23 16 0 61 125 115 40 13
Binary 100000 100101 10011 1110 0 110001 1010101 1001101 100000 1011

Color Harmonies of #202513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202513

Black with #202513

Text Example


Text Example

White with #202513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202513; }

 p { color: rgb(32,37,19); }

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

background-color css

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

 a { background-color: rgb(32,37,19); }

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

border-color css

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

 span { border-color: rgb(32,37,19); }

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