#242616

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

Shades of Green Waterloo #242616

Tints of Green Waterloo #242616

Color information

#242616 (or 0x242616) is unknown color: approx Green Waterloo. HEX triplet: 24, 26 and 16. RGB value is (36,38,22). Sum of RGB (Red+Green+Blue) = 36+38+22=96 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.5% from 96); Green value is 38 (15.23% from 255 or 39.58% from 96); Blue value is 22 (8.98% from 255 or 22.92% from 96); Max value from RGB is 38 - color contains mainly: green. Hex color #242616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242616 is #DBD9E9. Grayscale: #232323. Windows color (decimal): -14408170 or 1451556. OLE color: 1451556.

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

Color convert

RGB363822-
CMYK0.0500.420.85
HSL67.5º26.67%11.76%-
HSV(B)67.5º42.11%14.9%-
XYZ1.571.821.03-
YUV35.58120.34128.3-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 37.5%
GREEN value IS 38 (15.23% from 255) = 39.58%
BLUE value IS 22 (8.98% from 255) = 22.92%
R=37.5%
G=39.58%
B=22.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3638220.0500.420.8567.526.6711.76
Hex242616502A55441bc
Octal44462650521251043314
Binary10010010011010110101010101010101011000100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242616; }

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

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

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

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

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

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

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

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