Html Css Color HEX #313413 Green Waterloo

📋 copy color: '#313413'

red 49 ◦ green 52 ◦ blue 19

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

Shades of Green Waterloo #313413

Tints of Green Waterloo #313413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 15.83%

R = 40.83%
G = 43.33%
B = 15.83%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.63

 K value IS 0.80

RGB Variations

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

Color information

#313413 (or 0x313413) is known color: Green Waterloo. HEX triplet: 31, 34 and 13. RGB value is (49,52,19). Sum of RGB (Red+Green+Blue) = 49+52+19=120 (15% of max value = 765). Red value is 49 (19.53% from 255 or 40.83% from 120); Green value is 52 (20.70% from 255 or 43.33% from 120); Blue value is 19 (7.81% from 255 or 15.83% from 120); Max value from RGB is 52 - color contains mainly: green. Hex color #313413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313413 is #CECBEC. Grayscale: #2F2F2F. Windows color (decimal): -13552621 or 1258545. OLE color: 1258545.

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

Color convert

RGB 49 52 19 -
CMYK 0.06 0 0.63 0.80
HSL 65.45º 0.46% 0.14% -
HSV(B) 65.45º 0.63% 0.2% -
XYZ 2.61 3.16 1.09 -
YUV 47.34 112.01 129.18 -
System Red Green Blue C M Y K H S L
Decimal 49 52 19 0.06 0 0.63 0.80 65.45 0.46 0.14
Hex 31 34 13 6 0 3F 50 41 2E E
Octal 61 64 23 6 0 77 120 101 56 16
Binary 110001 110100 10011 110 0 111111 1010000 1000001 101110 1110

Color Harmonies of #313413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313413

Black with #313413

Text Example


Text Example

White with #313413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313413; }

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

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

background-color css

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

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

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

border-color css

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

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

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