Html Css Color HEX #313325 Green Waterloo

📋 copy color: '#313325'

red 49 ◦ green 51 ◦ blue 37

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

Shades of Green Waterloo #313325

Tints of Green Waterloo #313325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 27.01%

R = 35.77%
G = 37.23%
B = 27.01%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.27

 K value IS 0.8

RGB Variations

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

Color information

#313325 (or 0x313325) is known color: Green Waterloo. HEX triplet: 31, 33 and 25. RGB value is (49,51,37). Sum of RGB (Red+Green+Blue) = 49+51+37=137 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.77% from 137); Green value is 51 (20.31% from 255 or 37.23% from 137); Blue value is 37 (14.84% from 255 or 27.01% from 137); Max value from RGB is 51 - color contains mainly: green. Hex color #313325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313325 is #CECCDA. Grayscale: #303030. Windows color (decimal): -13552859 or 2437937. OLE color: 2437937.

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

Color convert

RGB 49 51 37 -
CMYK 0.04 0 0.27 0.8
HSL 68.57º 0.16% 0.17% -
HSV(B) 68.57º 0.27% 0.2% -
XYZ 2.78 3.15 2.21 -
YUV 48.81 121.34 128.14 -
System Red Green Blue C M Y K H S L
Decimal 49 51 37 0.04 0 0.27 0.8 68.57 0.16 0.17
Hex 31 33 25 4 0 1B 50 45 10 11
Octal 61 63 45 4 0 33 120 105 20 21
Binary 110001 110011 100101 100 0 11011 1010000 1000101 10000 10001

Color Harmonies of #313325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313325

Black with #313325

Text Example


Text Example

White with #313325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313325; }

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

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

background-color css

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

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

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

border-color css

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

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

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