Html Css Color HEX #313319 Green Waterloo

📋 copy color: '#313319'

red 49 ◦ green 51 ◦ blue 25

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

Shades of Green Waterloo #313319

Tints of Green Waterloo #313319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 20%

R = 39.2%
G = 40.8%
B = 20%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.51

 K value IS 0.8

RGB Variations

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

Color information

#313319 (or 0x313319) is known color: Green Waterloo. HEX triplet: 31, 33 and 19. RGB value is (49,51,25). Sum of RGB (Red+Green+Blue) = 49+51+25=125 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.2% from 125); Green value is 51 (20.31% from 255 or 40.8% from 125); Blue value is 25 (10.16% from 255 or 20% from 125); Max value from RGB is 51 - color contains mainly: green. Hex color #313319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313319 is #CECCE6. Grayscale: #2F2F2F. Windows color (decimal): -13552871 or 1651505. OLE color: 1651505.

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

Color convert

RGB 49 51 25 -
CMYK 0.04 0 0.51 0.8
HSL 64.62º 0.34% 0.15% -
HSV(B) 64.62º 0.51% 0.2% -
XYZ 2.63 3.09 1.38 -
YUV 47.44 115.34 129.11 -
System Red Green Blue C M Y K H S L
Decimal 49 51 25 0.04 0 0.51 0.8 64.62 0.34 0.15
Hex 31 33 19 4 0 33 50 41 22 F
Octal 61 63 31 4 0 63 120 101 42 17
Binary 110001 110011 11001 100 0 110011 1010000 1000001 100010 1111

Color Harmonies of #313319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313319

Black with #313319

Text Example


Text Example

White with #313319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313319; }

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

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

background-color css

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

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

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

border-color css

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

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

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