Html Css Color HEX #242616 Green Waterloo

📋 copy color: '#242616'

red 36 ◦ green 38 ◦ blue 22

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

Shades of Green Waterloo #242616

Tints of Green Waterloo #242616

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

 M value IS 0

 Y value IS 0.42

 K value IS 0.85

RGB Variations

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

Color information

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

RGB 36 38 22 -
CMYK 0.05 0 0.42 0.85
HSL 67.5º 0.27% 0.12% -
HSV(B) 67.5º 0.42% 0.15% -
XYZ 1.57 1.82 1.03 -
YUV 35.58 120.34 128.3 -
System Red Green Blue C M Y K H S L
Decimal 36 38 22 0.05 0 0.42 0.85 67.5 0.27 0.12
Hex 24 26 16 5 0 2A 55 44 1B C
Octal 44 46 26 5 0 52 125 104 33 14
Binary 100100 100110 10110 101 0 101010 1010101 1000100 11011 1100

Color Harmonies of #242616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242616

Black with #242616

Text Example


Text Example

White with #242616

Text Example


Text Example

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