Html Css Color HEX #313321 Green Waterloo

📋 copy color: '#313321'

red 49 ◦ green 51 ◦ blue 33

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

Shades of Green Waterloo #313321

Tints of Green Waterloo #313321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 24.81%

R = 36.84%
G = 38.35%
B = 24.81%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.35

 K value IS 0.8

RGB Variations

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

Color information

#313321 (or 0x313321) is known color: Green Waterloo. HEX triplet: 31, 33 and 21. RGB value is (49,51,33). Sum of RGB (Red+Green+Blue) = 49+51+33=133 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.84% from 133); Green value is 51 (20.31% from 255 or 38.35% from 133); Blue value is 33 (13.28% from 255 or 24.81% from 133); Max value from RGB is 51 - color contains mainly: green. Hex color #313321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313321 is #CECCDE. Grayscale: #303030. Windows color (decimal): -13552863 or 2175793. OLE color: 2175793.

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

Color convert

RGB 49 51 33 -
CMYK 0.04 0 0.35 0.8
HSL 66.67º 0.21% 0.16% -
HSV(B) 66.67º 0.35% 0.2% -
XYZ 2.72 3.13 1.9 -
YUV 48.35 119.34 128.46 -
System Red Green Blue C M Y K H S L
Decimal 49 51 33 0.04 0 0.35 0.8 66.67 0.21 0.16
Hex 31 33 21 4 0 23 50 43 15 10
Octal 61 63 41 4 0 43 120 103 25 20
Binary 110001 110011 100001 100 0 100011 1010000 1000011 10101 10000

Color Harmonies of #313321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313321

Black with #313321

Text Example


Text Example

White with #313321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313321; }

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

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

background-color css

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

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

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

border-color css

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

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

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