Html Css Color HEX #242516 Green Waterloo

📋 copy color: '#242516'

red 36 ◦ green 37 ◦ blue 22

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

Shades of Green Waterloo #242516

Tints of Green Waterloo #242516

RGB

 RED value IS 36 (14.45% from 255) = 37.89%

 GREEN value IS 37 (14.84% from 255) = 38.95%

 BLUE value IS 22 (8.98% from 255) = 23.16%

R = 37.89%
G = 38.95%
B = 23.16%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.41

 K value IS 0.85

RGB Variations

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

Color information

#242516 (or 0x242516) is known color: Green Waterloo. HEX triplet: 24, 25 and 16. RGB value is (36,37,22). Sum of RGB (Red+Green+Blue) = 36+37+22=95 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.89% from 95); Green value is 37 (14.84% from 255 or 38.95% from 95); Blue value is 22 (8.98% from 255 or 23.16% from 95); Max value from RGB is 37 - color contains mainly: green. Hex color #242516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242516 is #DBDAE9. Grayscale: #232323. Windows color (decimal): -14408426 or 1451300. OLE color: 1451300.

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

Color convert

RGB 36 37 22 -
CMYK 0.03 0 0.41 0.85
HSL 64º 0.25% 0.12% -
HSV(B) 64º 0.41% 0.15% -
XYZ 1.53 1.76 1.02 -
YUV 34.99 120.67 128.72 -
System Red Green Blue C M Y K H S L
Decimal 36 37 22 0.03 0 0.41 0.85 64 0.25 0.12
Hex 24 25 16 3 0 29 55 40 19 C
Octal 44 45 26 3 0 51 125 100 31 14
Binary 100100 100101 10110 11 0 101001 1010101 1000000 11001 1100

Color Harmonies of #242516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242516

Black with #242516

Text Example


Text Example

White with #242516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242516; }

 p { color: rgb(36,37,22); }

 H1.HeaderClassName
 {
   color: #242516;
 }
 .AnyTagClassName
 {
   color: #242516;
 }
</style>

background-color css

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

 a { background-color: rgb(36,37,22); }

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

border-color css

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

 span { border-color: rgb(36,37,22); }

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