#242518

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

Shades of Green Waterloo #242518

Tints of Green Waterloo #242518

Color information

#242518 (or 0x242518) is unknown color: approx Green Waterloo. HEX triplet: 24, 25 and 18. RGB value is (36,37,24). Sum of RGB (Red+Green+Blue) = 36+37+24=97 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.11% from 97); Green value is 37 (14.84% from 255 or 38.14% from 97); Blue value is 24 (9.77% from 255 or 24.74% from 97); Max value from RGB is 37 - color contains mainly: green. Hex color #242518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242518 is #DBDAE7. Grayscale: #232323. Windows color (decimal): -14408424 or 1582372. OLE color: 1582372.

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

Color convert

RGB363724-
CMYK0.0300.350.85
HSL64.62º21.31%11.96%-
HSV(B)64.62º35.14%14.51%-
XYZ1.551.761.12-
YUV35.22121.67128.56-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 37.11%
GREEN value IS 37 (14.84% from 255) = 38.14%
BLUE value IS 24 (9.77% from 255) = 24.74%
R=37.11%
G=38.14%
B=24.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3637240.0300.350.8564.6221.3111.96
Hex2425183023554115c
Octal44453030431251012514
Binary1001001001011100011010001110101011000001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242518; }

 p { color: rgb(36,37,24); }

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

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

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

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

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

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

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