#31341B

Color #31341B Green Waterloo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Waterloo #31341B

Tints of Green Waterloo #31341B

Color information

#31341B (or 0x31341B) is unknown color: approx Green Waterloo. HEX triplet: 31, 34 and 1B. RGB value is (49,52,27). Sum of RGB (Red+Green+Blue) = 49+52+27=128 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.28% from 128); Green value is 52 (20.70% from 255 or 40.62% from 128); Blue value is 27 (10.94% from 255 or 21.09% from 128); Max value from RGB is 52 - color contains mainly: green. Hex color #31341B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31341B is #CECBE4. Grayscale: #303030. Windows color (decimal): -13552613 or 1782833. OLE color: 1782833.

HSL color Cylindrical-coordinate representation of color #31341B: hue angle of 67.2º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #31341B is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.80.

Color convert

RGB495227-
CMYK0.0600.480.80
HSL67.2º31.65%15.49%-
HSV(B)67.2º48.08%20.39%-
XYZ2.693.191.51-
YUV48.25116.01128.53-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 38.28%
GREEN value IS 52 (20.70% from 255) = 40.62%
BLUE value IS 27 (10.94% from 255) = 21.09%
R=38.28%
G=40.62%
B=21.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4952270.0600.480.8067.231.6515.49
Hex31341B6030504320f
Octal61643360601201034017
Binary110001110100110111100110000101000010000111000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31341B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #31341B;
 }
 .AnyTagClassName
 {
   color: #31341B;
 }
</style>
background-color css

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

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

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

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

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

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