#202513

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

Shades of Rangoon Green #202513

Tints of Rangoon Green #202513

Color information

#202513 (or 0x202513) is unknown color: approx 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

RGB323719-
CMYK0.1400.490.85
HSL76.67º32.14%10.98%-
HSV(B)76.67º48.65%14.51%-
XYZ1.371.680.87-
YUV33.45119.84126.96-

RGB Variations

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

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 (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3237190.1400.490.8576.6732.1410.98
Hex202513E031554d20b
Octal404523160611251154013
Binary1000001001011001111100110001101010110011011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>