#244528

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

Shades of Gordons Green #244528

Tints of Gordons Green #244528

Color information

#244528 (or 0x244528) is unknown color: approx Gordons Green. HEX triplet: 24, 45 and 28. RGB value is (36,69,40). Sum of RGB (Red+Green+Blue) = 36+69+40=145 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.83% from 145); Green value is 69 (27.34% from 255 or 47.59% from 145); Blue value is 40 (16.02% from 255 or 27.59% from 145); Max value from RGB is 69 - color contains mainly: green. Hex color #244528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #244528 is #DBBAD7. Grayscale: #373737. Windows color (decimal): -14400216 or 2639140. OLE color: 2639140.

HSL color Cylindrical-coordinate representation of color #244528: hue angle of 127.27º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #244528 is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.73.

Color convert

RGB366940-
CMYK0.4800.420.73
HSL127.27º31.43%20.59%-
HSV(B)127.27º47.83%27.06%-
XYZ3.244.782.76-
YUV55.83119.07113.86-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.83%
GREEN value IS 69 (27.34% from 255) = 47.59%
BLUE value IS 40 (16.02% from 255) = 27.59%
R=24.83%
G=47.59%
B=27.59%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3669400.4800.420.73127.2731.4320.59
Hex2445283002A497f1f15
Octal4410550600521111773725
Binary10010010001011010001100000101010100100111111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244528; }

 p { color: rgb(36,69,40); }

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

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

 a { background-color: rgb(36,69,40); }

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

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

 span { border-color: rgb(36,69,40); }

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