#202609

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

Shades of Green Waterloo #202609

Tints of Green Waterloo #202609

Color information

#202609 (or 0x202609) is unknown color: approx Green Waterloo. HEX triplet: 20, 26 and 09. RGB value is (32,38,9). Sum of RGB (Red+Green+Blue) = 32+38+9=79 (10% of max value = 765). Red value is 32 (12.89% from 255 or 40.51% from 79); Green value is 38 (15.23% from 255 or 48.10% from 79); Blue value is 9 (3.91% from 255 or 11.39% from 79); Max value from RGB is 38 - color contains mainly: green. Hex color #202609 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202609 is #DFD9F6. Grayscale: #212121. Windows color (decimal): -14670327 or 599584. OLE color: 599584.

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

Color convert

RGB32389-
CMYK0.1600.760.85
HSL72.41º61.7%9.22%-
HSV(B)72.41º76.32%14.9%-
XYZ1.341.710.52-
YUV32.9114.51127.36-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 40.51%
GREEN value IS 38 (15.23% from 255) = 48.10%
BLUE value IS 9 (3.91% from 255) = 11.39%
R=40.51%
G=48.10%
B=11.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal323890.1600.760.8572.4161.79.22
Hex202691004C55483e9
Octal4046112001141251107611
Binary10000010011010011000001001100101010110010001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202609; }

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

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

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

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

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

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

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

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