#202505

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

Shades of Green Waterloo #202505

Tints of Green Waterloo #202505

Color information

#202505 (or 0x202505) is unknown color: approx Green Waterloo. HEX triplet: 20, 25 and 05. RGB value is (32,37,5). Sum of RGB (Red+Green+Blue) = 32+37+5=74 (9% of max value = 765). Red value is 32 (12.89% from 255 or 43.24% from 74); Green value is 37 (14.84% from 255 or 50% from 74); Blue value is 5 (2.34% from 255 or 6.76% from 74); Max value from RGB is 37 - color contains mainly: green. Hex color #202505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202505 is #DFDAFA. Grayscale: #1F1F1F. Windows color (decimal): -14670587 or 337184. OLE color: 337184.

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

Color convert

RGB32375-
CMYK0.1400.860.85
HSL69.38º76.19%8.24%-
HSV(B)69.38º86.49%14.51%-
XYZ1.281.640.39-
YUV31.86112.84128.1-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 43.24%
GREEN value IS 37 (14.84% from 255) = 50%
BLUE value IS 5 (2.34% from 255) = 6.76%
R=43.24%
G=50%
B=6.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal323750.1400.860.8569.3876.198.24
Hex20255E05655454c8
Octal4045516012612510511410
Binary1000001001011011110010101101010101100010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202505; }

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

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

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

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

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

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

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

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