#204225

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

Shades of Gordons Green #204225

Tints of Gordons Green #204225

Color information

#204225 (or 0x204225) is unknown color: approx Gordons Green. HEX triplet: 20, 42 and 25. RGB value is (32,66,37). Sum of RGB (Red+Green+Blue) = 32+66+37=135 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.70% from 135); Green value is 66 (26.17% from 255 or 48.89% from 135); Blue value is 37 (14.84% from 255 or 27.41% from 135); Max value from RGB is 66 - color contains mainly: green. Hex color #204225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204225 is #DFBDDA. Grayscale: #343434. Windows color (decimal): -14663131 or 2441760. OLE color: 2441760.

HSL color Cylindrical-coordinate representation of color #204225: hue angle of 128.82º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #204225 is Cyan = 0.52, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.74.

Color convert

RGB326637-
CMYK0.5200.440.74
HSL128.82º34.69%19.22%-
HSV(B)128.82º51.52%25.88%-
XYZ2.884.342.44-
YUV52.53119.24113.36-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 23.70%
GREEN value IS 66 (26.17% from 255) = 48.89%
BLUE value IS 37 (14.84% from 255) = 27.41%
R=23.70%
G=48.89%
B=27.41%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3266370.5200.440.74128.8234.6919.22
Hex2042253402C4A812313
Octal4010245640541122014323
Binary1000001000010100101110100010110010010101000000110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204225; }

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

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

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

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

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

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

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

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