#242614

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

Shades of Green Waterloo #242614

Tints of Green Waterloo #242614

Color information

#242614 (or 0x242614) is unknown color: approx Green Waterloo. HEX triplet: 24, 26 and 14. RGB value is (36,38,20). Sum of RGB (Red+Green+Blue) = 36+38+20=94 (12% of max value = 765). Red value is 36 (14.45% from 255 or 38.30% from 94); Green value is 38 (15.23% from 255 or 40.43% from 94); Blue value is 20 (8.20% from 255 or 21.28% from 94); Max value from RGB is 38 - color contains mainly: green. Hex color #242614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242614 is #DBD9EB. Grayscale: #232323. Windows color (decimal): -14408172 or 1320484. OLE color: 1320484.

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

Color convert

RGB363820-
CMYK0.0500.470.85
HSL66.67º31.03%11.37%-
HSV(B)66.67º47.37%14.9%-
XYZ1.551.810.93-
YUV35.35119.34128.46-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 38.30%
GREEN value IS 38 (15.23% from 255) = 40.43%
BLUE value IS 20 (8.20% from 255) = 21.28%
R=38.30%
G=40.43%
B=21.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3638200.0500.470.8566.6731.0311.37
Hex242614502F55431fb
Octal44462450571251033713
Binary10010010011010100101010111110101011000011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242614; }

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

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

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

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

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

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

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

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