Html Css Color HEX #202313 Green Waterloo

📋 copy color: '#202313'

red 32 ◦ green 35 ◦ blue 19

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

Shades of Green Waterloo #202313

Tints of Green Waterloo #202313

RGB

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

 GREEN value IS 35 (14.06% from 255) = 40.7%

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

R = 37.21%
G = 40.7%
B = 22.09%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.46

 K value IS 0.86

RGB Variations

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

Color information

#202313 (or 0x202313) is known color: Green Waterloo. HEX triplet: 20, 23 and 13. RGB value is (32,35,19). Sum of RGB (Red+Green+Blue) = 32+35+19=86 (11% of max value = 765). Red value is 32 (12.89% from 255 or 37.21% from 86); Green value is 35 (14.06% from 255 or 40.70% from 86); Blue value is 19 (7.81% from 255 or 22.09% from 86); Max value from RGB is 35 - color contains mainly: green. Hex color #202313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202313 is #DFDCEC. Grayscale: #202020. Windows color (decimal): -14671085 or 1254176. OLE color: 1254176.

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

Color convert

RGB 32 35 19 -
CMYK 0.09 0 0.46 0.86
HSL 71.25º 0.3% 0.11% -
HSV(B) 71.25º 0.46% 0.14% -
XYZ 1.31 1.56 0.85 -
YUV 32.28 120.51 127.8 -
System Red Green Blue C M Y K H S L
Decimal 32 35 19 0.09 0 0.46 0.86 71.25 0.3 0.11
Hex 20 23 13 9 0 2E 56 47 1E B
Octal 40 43 23 11 0 56 126 107 36 13
Binary 100000 100011 10011 1001 0 101110 1010110 1000111 11110 1011

Color Harmonies of #202313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202313

Black with #202313

Text Example


Text Example

White with #202313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202313; }

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

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

background-color css

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

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

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

border-color css

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

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

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