Html Css Color HEX #202413 Rangoon Green

📋 copy color: '#202413'

red 32 ◦ green 36 ◦ blue 19

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

Shades of Rangoon Green #202413

Tints of Rangoon Green #202413

RGB

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

 GREEN value IS 36 (14.45% from 255) = 41.38%

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

R = 36.78%
G = 41.38%
B = 21.84%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.47

 K value IS 0.86

RGB Variations

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

Color information

#202413 (or 0x202413) is known color: Rangoon Green. HEX triplet: 20, 24 and 13. RGB value is (32,36,19). Sum of RGB (Red+Green+Blue) = 32+36+19=87 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.78% from 87); Green value is 36 (14.45% from 255 or 41.38% from 87); Blue value is 19 (7.81% from 255 or 21.84% from 87); Max value from RGB is 36 - color contains mainly: green. Hex color #202413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202413 is #DFDBEC. Grayscale: #202020. Windows color (decimal): -14670829 or 1254432. OLE color: 1254432.

HSL color Cylindrical-coordinate representation of color #202413: hue angle of 74.12º degrees, saturation: 0.31, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #202413 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.86.

Color convert

RGB 32 36 19 -
CMYK 0.11 0 0.47 0.86
HSL 74.12º 0.31% 0.11% -
HSV(B) 74.12º 0.47% 0.14% -
XYZ 1.34 1.62 0.86 -
YUV 32.87 120.17 127.38 -
System Red Green Blue C M Y K H S L
Decimal 32 36 19 0.11 0 0.47 0.86 74.12 0.31 0.11
Hex 20 24 13 B 0 2F 56 4A 1F B
Octal 40 44 23 13 0 57 126 112 37 13
Binary 100000 100100 10011 1011 0 101111 1010110 1001010 11111 1011

Color Harmonies of #202413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202413

Black with #202413

Text Example


Text Example

White with #202413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202413; }

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

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

background-color css

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

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

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

border-color css

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

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

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