Html Css Color HEX #31341F Green Waterloo

📋 copy color: '#31341F'

red 49 ◦ green 52 ◦ blue 31

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

Shades of Green Waterloo #31341F

Tints of Green Waterloo #31341F

RGB

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

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

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

R = 37.12%
G = 39.39%
B = 23.48%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.40

 K value IS 0.80

RGB Variations

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

Color information

#31341F (or 0x31341F) is known color: Green Waterloo. HEX triplet: 31, 34 and 1F. RGB value is (49,52,31). Sum of RGB (Red+Green+Blue) = 49+52+31=132 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.12% from 132); Green value is 52 (20.70% from 255 or 39.39% from 132); Blue value is 31 (12.5% from 255 or 23.48% from 132); Max value from RGB is 52 - color contains mainly: green. Hex color #31341F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31341F is #CECBE0. Grayscale: #303030. Windows color (decimal): -13552609 or 2044977. OLE color: 2044977.

HSL color Cylindrical-coordinate representation of color #31341F: hue angle of 68.57º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #31341F is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.80.

Color convert

RGB 49 52 31 -
CMYK 0.06 0 0.40 0.80
HSL 68.57º 0.25% 0.16% -
HSV(B) 68.57º 0.4% 0.2% -
XYZ 2.74 3.21 1.77 -
YUV 48.71 118.01 128.21 -
System Red Green Blue C M Y K H S L
Decimal 49 52 31 0.06 0 0.40 0.80 68.57 0.25 0.16
Hex 31 34 1F 6 0 28 50 45 19 10
Octal 61 64 37 6 0 50 120 105 31 20
Binary 110001 110100 11111 110 0 101000 1010000 1000101 11001 10000

Color Harmonies of #31341F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31341F

Black with #31341F

Text Example


Text Example

White with #31341F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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