Html Css Color HEX #242618 Green Waterloo

📋 copy color: '#242618'

red 36 ◦ green 38 ◦ blue 24

#242618
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Waterloo #242618

Tints of Green Waterloo #242618

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 value IS 0.05

 M value IS 0

 Y value IS 0.37

 K value IS 0.85

RGB Variations

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

Color information

#242618 (or 0x242618) is known color: 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

RGB 36 38 24 -
CMYK 0.05 0 0.37 0.85
HSL 68.57º 0.23% 0.12% -
HSV(B) 68.57º 0.37% 0.15% -
XYZ 1.59 1.83 1.13 -
YUV 35.81 121.34 128.14 -
System Red Green Blue C M Y K H S L
Decimal 36 38 24 0.05 0 0.37 0.85 68.57 0.23 0.12
Hex 24 26 18 5 0 25 55 45 17 C
Octal 44 46 30 5 0 45 125 105 27 14
Binary 100100 100110 11000 101 0 100101 1010101 1000101 10111 1100

Color Harmonies of #242618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242618

Black with #242618

Text Example


Text Example

White with #242618

Text Example


Text Example

HTML Codes & Css Web 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>