#202405

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

Shades of Green Waterloo #202405

Tints of Green Waterloo #202405

Color information

#202405 (or 0x202405) is unknown color: approx Green Waterloo. HEX triplet: 20, 24 and 05. RGB value is (32,36,5). Sum of RGB (Red+Green+Blue) = 32+36+5=73 (9% of max value = 765). Red value is 32 (12.89% from 255 or 43.84% from 73); Green value is 36 (14.45% from 255 or 49.32% from 73); Blue value is 5 (2.34% from 255 or 6.85% from 73); Max value from RGB is 36 - color contains mainly: green. Hex color #202405 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202405 is #DFDBFA. Grayscale: #1F1F1F. Windows color (decimal): -14670843 or 336928. OLE color: 336928.

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

Color convert

RGB32365-
CMYK0.1100.860.86
HSL67.74º75.61%8.04%-
HSV(B)67.74º86.11%14.12%-
XYZ1.251.580.38-
YUV31.27113.17128.52-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 43.84%
GREEN value IS 36 (14.45% from 255) = 49.32%
BLUE value IS 5 (2.34% from 255) = 6.85%
R=43.84%
G=49.32%
B=6.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal323650.1100.860.8667.7475.618.04
Hex20245B05656444c8
Octal4044513012612610411410
Binary1000001001001011011010101101010110100010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202405; }

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

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

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

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

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

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

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

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