Html Css Color HEX #202609 Green Waterloo

📋 copy color: '#202609'

red 32 ◦ green 38 ◦ blue 9

#202609
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Waterloo #202609

Tints of Green Waterloo #202609

RGB

 RED value IS 32 (12.89% from 255) = 40.51%

 GREEN value IS 38 (15.23% from 255) = 48.1%

 BLUE value IS 9 (3.91% from 255) = 11.39%

R = 40.51%
G = 48.1%
B = 11.39%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.76

 K value IS 0.85

RGB Variations

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

Color information

#202609 (or 0x202609) is known color: 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

RGB 32 38 9 -
CMYK 0.16 0 0.76 0.85
HSL 72.41º 0.62% 0.09% -
HSV(B) 72.41º 0.76% 0.15% -
XYZ 1.34 1.71 0.52 -
YUV 32.9 114.51 127.36 -
System Red Green Blue C M Y K H S L
Decimal 32 38 9 0.16 0 0.76 0.85 72.41 0.62 0.09
Hex 20 26 9 10 0 4C 55 48 3E 9
Octal 40 46 11 20 0 114 125 110 76 11
Binary 100000 100110 1001 10000 0 1001100 1010101 1001000 111110 1001

Color Harmonies of #202609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202609

Black with #202609

Text Example


Text Example

White with #202609

Text Example


Text Example

HTML Codes & Css Web 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>