#204125

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

Shades of Gordons Green #204125

Tints of Gordons Green #204125

Color information

#204125 (or 0x204125) is unknown color: approx Gordons Green. HEX triplet: 20, 41 and 25. RGB value is (32,65,37). Sum of RGB (Red+Green+Blue) = 32+65+37=134 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.88% from 134); Green value is 65 (25.78% from 255 or 48.51% from 134); Blue value is 37 (14.84% from 255 or 27.61% from 134); Max value from RGB is 65 - color contains mainly: green. Hex color #204125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204125 is #DFBEDA. Grayscale: #343434. Windows color (decimal): -14663387 or 2441504. OLE color: 2441504.

HSL color Cylindrical-coordinate representation of color #204125: hue angle of 129.09º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #204125 is Cyan = 0.51, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.75.

Color convert

RGB326537-
CMYK0.5100.430.75
HSL129.09º34.02%19.02%-
HSV(B)129.09º50.77%25.49%-
XYZ2.824.222.42-
YUV51.94119.57113.78-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 23.88%
GREEN value IS 65 (25.78% from 255) = 48.51%
BLUE value IS 37 (14.84% from 255) = 27.61%
R=23.88%
G=48.51%
B=27.61%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3265370.5100.430.75129.0934.0219.02
Hex2041253302B4B812213
Octal4010145630531132014223
Binary1000001000001100101110011010101110010111000000110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204125; }

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

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

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

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

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

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

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

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