#202606

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

Shades of Green Waterloo #202606

Tints of Green Waterloo #202606

Color information

#202606 (or 0x202606) is unknown color: approx Green Waterloo. HEX triplet: 20, 26 and 06. RGB value is (32,38,6). Sum of RGB (Red+Green+Blue) = 32+38+6=76 (10% of max value = 765). Red value is 32 (12.89% from 255 or 42.11% from 76); Green value is 38 (15.23% from 255 or 50% from 76); Blue value is 6 (2.73% from 255 or 7.89% from 76); Max value from RGB is 38 - color contains mainly: green. Hex color #202606 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202606 is #DFD9F9. Grayscale: #202020. Windows color (decimal): -14670330 or 402976. OLE color: 402976.

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

Color convert

RGB32386-
CMYK0.1600.840.85
HSL71.25º72.73%8.63%-
HSV(B)71.25º84.21%14.9%-
XYZ1.321.710.43-
YUV32.56113.01127.6-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 42.11%
GREEN value IS 38 (15.23% from 255) = 50%
BLUE value IS 6 (2.73% from 255) = 7.89%
R=42.11%
G=50%
B=7.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal323860.1600.840.8571.2572.738.63
Hex20266100545547499
Octal4046620012412510711111
Binary10000010011011010000010101001010101100011110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202606; }

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

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

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

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

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

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

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

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