#202411

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

Shades of Green Waterloo #202411

Tints of Green Waterloo #202411

Color information

#202411 (or 0x202411) is unknown color: approx Green Waterloo. HEX triplet: 20, 24 and 11. RGB value is (32,36,17). Sum of RGB (Red+Green+Blue) = 32+36+17=85 (11% of max value = 765). Red value is 32 (12.89% from 255 or 37.65% from 85); Green value is 36 (14.45% from 255 or 42.35% from 85); Blue value is 17 (7.03% from 255 or 20% from 85); Max value from RGB is 36 - color contains mainly: green. Hex color #202411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202411 is #DFDBEE. Grayscale: #202020. Windows color (decimal): -14670831 or 1123360. OLE color: 1123360.

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

Color convert

RGB323617-
CMYK0.1100.530.86
HSL72.63º35.85%10.39%-
HSV(B)72.63º52.78%14.12%-
XYZ1.331.610.77-
YUV32.64119.17127.54-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 37.65%
GREEN value IS 36 (14.45% from 255) = 42.35%
BLUE value IS 17 (7.03% from 255) = 20%
R=37.65%
G=42.35%
B=20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3236170.1100.530.8672.6335.8510.39
Hex202411B035564924a
Octal404421130651261114412
Binary1000001001001000110110110101101011010010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202411; }

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

 H1.HeaderClassName
 {
   color: #202411;
 }
 .AnyTagClassName
 {
   color: #202411;
 }
</style>
background-color css

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

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

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

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

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

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