Html Css Color HEX #313424 Green Waterloo

📋 copy color: '#313424'

red 49 ◦ green 52 ◦ blue 36

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

Shades of Green Waterloo #313424

Tints of Green Waterloo #313424

RGB

 RED value IS 49 (19.53% from 255) = 35.77%

 GREEN value IS 52 (20.7% from 255) = 37.96%

 BLUE value IS 36 (14.45% from 255) = 26.28%

R = 35.77%
G = 37.96%
B = 26.28%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.31

 K value IS 0.80

RGB Variations

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

Color information

#313424 (or 0x313424) is known color: Green Waterloo. HEX triplet: 31, 34 and 24. RGB value is (49,52,36). Sum of RGB (Red+Green+Blue) = 49+52+36=137 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.77% from 137); Green value is 52 (20.70% from 255 or 37.96% from 137); Blue value is 36 (14.45% from 255 or 26.28% from 137); Max value from RGB is 52 - color contains mainly: green. Hex color #313424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313424 is #CECBDB. Grayscale: #313131. Windows color (decimal): -13552604 or 2372657. OLE color: 2372657.

HSL color Cylindrical-coordinate representation of color #313424: hue angle of 71.25º degrees, saturation: 0.18, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #313424 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.80.

Color convert

RGB 49 52 36 -
CMYK 0.06 0 0.31 0.80
HSL 71.25º 0.18% 0.17% -
HSV(B) 71.25º 0.31% 0.2% -
XYZ 2.81 3.24 2.15 -
YUV 49.28 120.51 127.8 -
System Red Green Blue C M Y K H S L
Decimal 49 52 36 0.06 0 0.31 0.80 71.25 0.18 0.17
Hex 31 34 24 6 0 1F 50 47 12 11
Octal 61 64 44 6 0 37 120 107 22 21
Binary 110001 110100 100100 110 0 11111 1010000 1000111 10010 10001

Color Harmonies of #313424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313424

Black with #313424

Text Example


Text Example

White with #313424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313424; }

 p { color: rgb(49,52,36); }

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

background-color css

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

 a { background-color: rgb(49,52,36); }

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

border-color css

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

 span { border-color: rgb(49,52,36); }

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