Html Css Color HEX #242513 Green Waterloo

📋 copy color: '#242513'

red 36 ◦ green 37 ◦ blue 19

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

Shades of Green Waterloo #242513

Tints of Green Waterloo #242513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 20.65%

R = 39.13%
G = 40.22%
B = 20.65%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.49

 K value IS 0.85

RGB Variations

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

Color information

#242513 (or 0x242513) is known color: Green Waterloo. HEX triplet: 24, 25 and 13. RGB value is (36,37,19). Sum of RGB (Red+Green+Blue) = 36+37+19=92 (12% of max value = 765). Red value is 36 (14.45% from 255 or 39.13% from 92); Green value is 37 (14.84% from 255 or 40.22% from 92); Blue value is 19 (7.81% from 255 or 20.65% from 92); Max value from RGB is 37 - color contains mainly: green. Hex color #242513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242513 is #DBDAEC. Grayscale: #222222. Windows color (decimal): -14408429 or 1254692. OLE color: 1254692.

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

Color convert

RGB 36 37 19 -
CMYK 0.03 0 0.49 0.85
HSL 63.33º 0.32% 0.11% -
HSV(B) 63.33º 0.49% 0.15% -
XYZ 1.51 1.75 0.87 -
YUV 34.65 119.17 128.96 -
System Red Green Blue C M Y K H S L
Decimal 36 37 19 0.03 0 0.49 0.85 63.33 0.32 0.11
Hex 24 25 13 3 0 31 55 3F 20 B
Octal 44 45 23 3 0 61 125 77 40 13
Binary 100100 100101 10011 11 0 110001 1010101 111111 100000 1011

Color Harmonies of #242513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242513

Black with #242513

Text Example


Text Example

White with #242513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242513; }

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

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

background-color css

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

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

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

border-color css

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

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

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