#242716

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

Shades of Green Waterloo #242716

Tints of Green Waterloo #242716

Color information

#242716 (or 0x242716) is unknown color: approx Green Waterloo. HEX triplet: 24, 27 and 16. RGB value is (36,39,22). Sum of RGB (Red+Green+Blue) = 36+39+22=97 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.11% from 97); Green value is 39 (15.62% from 255 or 40.21% from 97); Blue value is 22 (8.98% from 255 or 22.68% from 97); Max value from RGB is 39 - color contains mainly: green. Hex color #242716 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242716 is #DBD8E9. Grayscale: #242424. Windows color (decimal): -14407914 or 1451812. OLE color: 1451812.

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

Color convert

RGB363922-
CMYK0.0800.440.85
HSL70.59º27.87%11.96%-
HSV(B)70.59º43.59%15.29%-
XYZ1.61.881.04-
YUV36.16120.01127.88-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 37.11%
GREEN value IS 39 (15.62% from 255) = 40.21%
BLUE value IS 22 (8.98% from 255) = 22.68%
R=37.11%
G=40.21%
B=22.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3639220.0800.440.8570.5927.8711.96
Hex242716802C55471cc
Octal444726100541251073414
Binary100100100111101101000010110010101011000111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242716; }

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

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

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

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

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

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

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

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