Html Css Color HEX #202509 Green Waterloo

📋 copy color: '#202509'

red 32 ◦ green 37 ◦ blue 9

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

Shades of Green Waterloo #202509

Tints of Green Waterloo #202509

RGB

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

 GREEN value IS 37 (14.84% from 255) = 47.44%

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

R = 41.03%
G = 47.44%
B = 11.54%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.76

 K value IS 0.85

RGB Variations

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

Color information

#202509 (or 0x202509) is known color: Green Waterloo. HEX triplet: 20, 25 and 09. RGB value is (32,37,9). Sum of RGB (Red+Green+Blue) = 32+37+9=78 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.03% from 78); Green value is 37 (14.84% from 255 or 47.44% from 78); Blue value is 9 (3.91% from 255 or 11.54% from 78); Max value from RGB is 37 - color contains mainly: green. Hex color #202509 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202509 is #DFDAF6. Grayscale: #202020. Windows color (decimal): -14670583 or 599328. OLE color: 599328.

HSL color Cylindrical-coordinate representation of color #202509: hue angle of 70.71º degrees, saturation: 0.61, 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 #202509 is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.85.

Color convert

RGB 32 37 9 -
CMYK 0.14 0 0.76 0.85
HSL 70.71º 0.61% 0.09% -
HSV(B) 70.71º 0.76% 0.15% -
XYZ 1.31 1.65 0.51 -
YUV 32.31 114.84 127.78 -
System Red Green Blue C M Y K H S L
Decimal 32 37 9 0.14 0 0.76 0.85 70.71 0.61 0.09
Hex 20 25 9 E 0 4C 55 47 3D 9
Octal 40 45 11 16 0 114 125 107 75 11
Binary 100000 100101 1001 1110 0 1001100 1010101 1000111 111101 1001

Color Harmonies of #202509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202509

Black with #202509

Text Example


Text Example

White with #202509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202509; }

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

 H1.HeaderClassName
 {
   color: #202509;
 }
 .AnyTagClassName
 {
   color: #202509;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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