#242624

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

Shades of Gordons Green #242624

Tints of Gordons Green #242624

Color information

#242624 (or 0x242624) is unknown color: approx Gordons Green. HEX triplet: 24, 26 and 24. RGB value is (36,38,36). Sum of RGB (Red+Green+Blue) = 36+38+36=110 (14% of max value = 765). Red value is 36 (14.45% from 255 or 32.73% from 110); Green value is 38 (15.23% from 255 or 34.55% from 110); Blue value is 36 (14.45% from 255 or 32.73% from 110); Max value from RGB is 38 - color contains mainly: green. Hex color #242624 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242624 is #DBD9DB. Grayscale: #252525. Windows color (decimal): -14408156 or 2369060. OLE color: 2369060.

HSL color Cylindrical-coordinate representation of color #242624: hue angle of 120º degrees, saturation: 0.03, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #242624 is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.85.

Color convert

RGB363836-
CMYK0.0500.050.85
HSL120º2.7%14.51%-
HSV(B)120º5.26%14.9%-
XYZ1.741.891.94-
YUV37.17127.34127.16-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 32.73%
GREEN value IS 38 (15.23% from 255) = 34.55%
BLUE value IS 36 (14.45% from 255) = 32.73%
R=32.73%
G=34.55%
B=32.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3638360.0500.050.851202.714.51
Hex24262450555783f
Octal444644505125170317
Binary100100100110100100101010110101011111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242624; }

 p { color: rgb(36,38,36); }

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

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

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

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

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

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

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