#253227

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

Shades of Gordons Green #253227

Tints of Gordons Green #253227

Color information

#253227 (or 0x253227) is unknown color: approx Gordons Green. HEX triplet: 25, 32 and 27. RGB value is (37,50,39). Sum of RGB (Red+Green+Blue) = 37+50+39=126 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.37% from 126); Green value is 50 (19.92% from 255 or 39.68% from 126); Blue value is 39 (15.62% from 255 or 30.95% from 126); Max value from RGB is 50 - color contains mainly: green. Hex color #253227 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253227 is #DACDD8. Grayscale: #2C2C2C. Windows color (decimal): -14339545 or 2568741. OLE color: 2568741.

HSL color Cylindrical-coordinate representation of color #253227: hue angle of 129.23º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #253227 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.80.

Color convert

RGB375039-
CMYK0.2600.220.80
HSL129.23º14.94%17.06%-
HSV(B)129.23º26%19.61%-
XYZ2.272.822.34-
YUV44.86124.69122.39-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 29.37%
GREEN value IS 50 (19.92% from 255) = 39.68%
BLUE value IS 39 (15.62% from 255) = 30.95%
R=29.37%
G=39.68%
B=30.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3750390.2600.220.80129.2314.9417.06
Hex2532271A0165081f11
Octal456247320261202011721
Binary10010111001010011111010010110101000010000001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253227; }

 p { color: rgb(37,50,39); }

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

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

 a { background-color: rgb(37,50,39); }

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

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

 span { border-color: rgb(37,50,39); }

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