Html Css Color HEX #313324 Green Waterloo

📋 copy color: '#313324'

red 49 ◦ green 51 ◦ blue 36

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

Shades of Green Waterloo #313324

Tints of Green Waterloo #313324

RGB

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

 GREEN value IS 51 (20.31% from 255) = 37.5%

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

R = 36.03%
G = 37.5%
B = 26.47%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.29

 K value IS 0.8

RGB Variations

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

Color information

#313324 (or 0x313324) is known color: Green Waterloo. HEX triplet: 31, 33 and 24. RGB value is (49,51,36). Sum of RGB (Red+Green+Blue) = 49+51+36=136 (18% of max value = 765). Red value is 49 (19.53% from 255 or 36.03% from 136); Green value is 51 (20.31% from 255 or 37.5% from 136); Blue value is 36 (14.45% from 255 or 26.47% from 136); Max value from RGB is 51 - color contains mainly: green. Hex color #313324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313324 is #CECCDB. Grayscale: #303030. Windows color (decimal): -13552860 or 2372401. OLE color: 2372401.

HSL color Cylindrical-coordinate representation of color #313324: hue angle of 68º degrees, saturation: 0.17, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #313324 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.8.

Color convert

RGB 49 51 36 -
CMYK 0.04 0 0.29 0.8
HSL 68º 0.17% 0.17% -
HSV(B) 68º 0.29% 0.2% -
XYZ 2.77 3.15 2.13 -
YUV 48.69 120.84 128.22 -
System Red Green Blue C M Y K H S L
Decimal 49 51 36 0.04 0 0.29 0.8 68 0.17 0.17
Hex 31 33 24 4 0 1D 50 44 11 11
Octal 61 63 44 4 0 35 120 104 21 21
Binary 110001 110011 100100 100 0 11101 1010000 1000100 10001 10001

Color Harmonies of #313324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313324

Black with #313324

Text Example


Text Example

White with #313324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313324; }

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

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

background-color css

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

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

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

border-color css

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

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

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