#242618

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

Shades of Green Waterloo #242618

Tints of Green Waterloo #242618

Color information

#242618 (or 0x242618) is unknown color: approx Green Waterloo. HEX triplet: 24, 26 and 18. RGB value is (36,38,24). Sum of RGB (Red+Green+Blue) = 36+38+24=98 (12% of max value = 765). Red value is 36 (14.45% from 255 or 36.73% from 98); Green value is 38 (15.23% from 255 or 38.78% from 98); Blue value is 24 (9.77% from 255 or 24.49% from 98); Max value from RGB is 38 - color contains mainly: green. Hex color #242618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242618 is #DBD9E7. Grayscale: #232323. Windows color (decimal): -14408168 or 1582628. OLE color: 1582628.

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

Color convert

RGB363824-
CMYK0.0500.370.85
HSL68.57º22.58%12.16%-
HSV(B)68.57º36.84%14.9%-
XYZ1.591.831.13-
YUV35.81121.34128.14-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 36.73%
GREEN value IS 38 (15.23% from 255) = 38.78%
BLUE value IS 24 (9.77% from 255) = 24.49%
R=36.73%
G=38.78%
B=24.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3638240.0500.370.8568.5722.5812.16
Hex2426185025554517c
Octal44463050451251052714
Binary10010010011011000101010010110101011000101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242618; }

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

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

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

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

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

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

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

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