#202506

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

Shades of Green Waterloo #202506

Tints of Green Waterloo #202506

Color information

#202506 (or 0x202506) is unknown color: approx Green Waterloo. HEX triplet: 20, 25 and 06. RGB value is (32,37,6). Sum of RGB (Red+Green+Blue) = 32+37+6=75 (9% of max value = 765). Red value is 32 (12.89% from 255 or 42.67% from 75); Green value is 37 (14.84% from 255 or 49.33% from 75); Blue value is 6 (2.73% from 255 or 8% from 75); Max value from RGB is 37 - color contains mainly: green. Hex color #202506 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202506 is #DFDAF9. Grayscale: #202020. Windows color (decimal): -14670586 or 402720. OLE color: 402720.

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

Color convert

RGB32376-
CMYK0.1400.840.85
HSL69.68º72.09%8.43%-
HSV(B)69.68º83.78%14.51%-
XYZ1.291.640.42-
YUV31.97113.34128.02-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 42.67%
GREEN value IS 37 (14.84% from 255) = 49.33%
BLUE value IS 6 (2.73% from 255) = 8%
R=42.67%
G=49.33%
B=8%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal323760.1400.840.8569.6872.098.43
Hex20256E0545546488
Octal4045616012412510611010
Binary1000001001011101110010101001010101100011010010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202506; }

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

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

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

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

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

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

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

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