Html Css Color HEX #31331F Green Waterloo

📋 copy color: '#31331F'

red 49 ◦ green 51 ◦ blue 31

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

Shades of Green Waterloo #31331F

Tints of Green Waterloo #31331F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 23.66%

R = 37.4%
G = 38.93%
B = 23.66%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.39

 K value IS 0.8

RGB Variations

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

Color information

#31331F (or 0x31331F) is known color: Green Waterloo. HEX triplet: 31, 33 and 1F. RGB value is (49,51,31). Sum of RGB (Red+Green+Blue) = 49+51+31=131 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.40% from 131); Green value is 51 (20.31% from 255 or 38.93% from 131); Blue value is 31 (12.5% from 255 or 23.66% from 131); Max value from RGB is 51 - color contains mainly: green. Hex color #31331F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31331F is #CECCE0. Grayscale: #303030. Windows color (decimal): -13552865 or 2044721. OLE color: 2044721.

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

Color convert

RGB 49 51 31 -
CMYK 0.04 0 0.39 0.8
HSL 66º 0.24% 0.16% -
HSV(B) 66º 0.39% 0.2% -
XYZ 2.7 3.12 1.76 -
YUV 48.12 118.34 128.63 -
System Red Green Blue C M Y K H S L
Decimal 49 51 31 0.04 0 0.39 0.8 66 0.24 0.16
Hex 31 33 1F 4 0 27 50 42 18 10
Octal 61 63 37 4 0 47 120 102 30 20
Binary 110001 110011 11111 100 0 100111 1010000 1000010 11000 10000

Color Harmonies of #31331F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31331F

Black with #31331F

Text Example


Text Example

White with #31331F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31331F; }

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

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

background-color css

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

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

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

border-color css

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

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

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