#242608

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

Shades of Green Waterloo #242608

Tints of Green Waterloo #242608

Color information

#242608 (or 0x242608) is unknown color: approx Green Waterloo. HEX triplet: 24, 26 and 08. RGB value is (36,38,8). Sum of RGB (Red+Green+Blue) = 36+38+8=82 (10% of max value = 765). Red value is 36 (14.45% from 255 or 43.90% from 82); Green value is 38 (15.23% from 255 or 46.34% from 82); Blue value is 8 (3.52% from 255 or 9.76% from 82); Max value from RGB is 38 - color contains mainly: green. Hex color #242608 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242608 is #DBD9F7. Grayscale: #222222. Windows color (decimal): -14408184 or 534052. OLE color: 534052.

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

Color convert

RGB36388-
CMYK0.0500.790.85
HSL64º65.22%9.02%-
HSV(B)64º78.95%14.9%-
XYZ1.461.780.5-
YUV33.98113.34129.44-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 43.90%
GREEN value IS 38 (15.23% from 255) = 46.34%
BLUE value IS 8 (3.52% from 255) = 9.76%
R=43.90%
G=46.34%
B=9.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal363880.0500.790.856465.229.02
Hex24268504F5540419
Octal4446105011712510010111
Binary1001001001101000101010011111010101100000010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242608; }

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

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

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

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

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

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

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

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