Html Css Color HEX #204225 Gordons Green

📋 copy color: '#204225'

red 32 ◦ green 66 ◦ blue 37

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

Shades of Gordons Green #204225

Tints of Gordons Green #204225

RGB

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

 GREEN value IS 66 (26.17% from 255) = 48.89%

 BLUE value IS 37 (14.84% from 255) = 27.41%

R = 23.7%
G = 48.89%
B = 27.41%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.44

 K value IS 0.74

RGB Variations

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

Color information

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

RGB 32 66 37 -
CMYK 0.52 0 0.44 0.74
HSL 128.82º 0.35% 0.19% -
HSV(B) 128.82º 0.52% 0.26% -
XYZ 2.88 4.34 2.44 -
YUV 52.53 119.24 113.36 -
System Red Green Blue C M Y K H S L
Decimal 32 66 37 0.52 0 0.44 0.74 128.82 0.35 0.19
Hex 20 42 25 34 0 2C 4A 81 23 13
Octal 40 102 45 64 0 54 112 201 43 23
Binary 100000 1000010 100101 110100 0 101100 1001010 10000001 100011 10011

Color Harmonies of #204225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204225

Black with #204225

Text Example


Text Example

White with #204225

Text Example


Text Example

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