Html Css Color HEX #313315 Green Waterloo

📋 copy color: '#313315'

red 49 ◦ green 51 ◦ blue 21

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

Shades of Green Waterloo #313315

Tints of Green Waterloo #313315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 17.36%

R = 40.5%
G = 42.15%
B = 17.36%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.59

 K value IS 0.8

RGB Variations

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

Color information

#313315 (or 0x313315) is known color: Green Waterloo. HEX triplet: 31, 33 and 15. RGB value is (49,51,21). Sum of RGB (Red+Green+Blue) = 49+51+21=121 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.50% from 121); Green value is 51 (20.31% from 255 or 42.15% from 121); Blue value is 21 (8.59% from 255 or 17.36% from 121); Max value from RGB is 51 - color contains mainly: green. Hex color #313315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313315 is #CECCEA. Grayscale: #2F2F2F. Windows color (decimal): -13552875 or 1389361. OLE color: 1389361.

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

Color convert

RGB 49 51 21 -
CMYK 0.04 0 0.59 0.8
HSL 64º 0.42% 0.14% -
HSV(B) 64º 0.59% 0.2% -
XYZ 2.59 3.07 1.17 -
YUV 46.98 113.34 129.44 -
System Red Green Blue C M Y K H S L
Decimal 49 51 21 0.04 0 0.59 0.8 64 0.42 0.14
Hex 31 33 15 4 0 3B 50 40 2A E
Octal 61 63 25 4 0 73 120 100 52 16
Binary 110001 110011 10101 100 0 111011 1010000 1000000 101010 1110

Color Harmonies of #313315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313315

Black with #313315

Text Example


Text Example

White with #313315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313315; }

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

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

background-color css

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

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

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

border-color css

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

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

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