#242816

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

Shades of Green Waterloo #242816

Tints of Green Waterloo #242816

Color information

#242816 (or 0x242816) is unknown color: approx Green Waterloo. HEX triplet: 24, 28 and 16. RGB value is (36,40,22). Sum of RGB (Red+Green+Blue) = 36+40+22=98 (12% of max value = 765). Red value is 36 (14.45% from 255 or 36.73% from 98); Green value is 40 (16.02% from 255 or 40.82% from 98); Blue value is 22 (8.98% from 255 or 22.45% from 98); Max value from RGB is 40 - color contains mainly: green. Hex color #242816 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242816 is #DBD7E9. Grayscale: #242424. Windows color (decimal): -14407658 or 1452068. OLE color: 1452068.

HSL color Cylindrical-coordinate representation of color #242816: hue angle of 73.33º degrees, saturation: 0.29, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #242816 is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.84.

Color convert

RGB364022-
CMYK0.1000.450.84
HSL73.33º29.03%12.16%-
HSV(B)73.33º45%15.69%-
XYZ1.631.951.05-
YUV36.75119.67127.46-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 36.73%
GREEN value IS 40 (16.02% from 255) = 40.82%
BLUE value IS 22 (8.98% from 255) = 22.45%
R=36.73%
G=40.82%
B=22.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3640220.1000.450.8473.3329.0312.16
Hex242816A02D54491dc
Octal445026120551241113514
Binary100100101000101101010010110110101001001001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242816; }

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

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

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

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

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

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

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

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