#33361F

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

Shades of Green Waterloo #33361F

Tints of Green Waterloo #33361F

Color information

#33361F (or 0x33361F) is unknown color: approx Green Waterloo. HEX triplet: 33, 36 and 1F. RGB value is (51,54,31). Sum of RGB (Red+Green+Blue) = 51+54+31=136 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.5% from 136); Green value is 54 (21.48% from 255 or 39.71% from 136); Blue value is 31 (12.5% from 255 or 22.79% from 136); Max value from RGB is 54 - color contains mainly: green. Hex color #33361F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33361F is #CCC9E0. Grayscale: #323232. Windows color (decimal): -13421025 or 2045491. OLE color: 2045491.

HSL color Cylindrical-coordinate representation of color #33361F: hue angle of 67.83º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #33361F is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.79.

Color convert

RGB515431-
CMYK0.0600.430.79
HSL67.83º27.06%16.67%-
HSV(B)67.83º42.59%21.18%-
XYZ2.933.441.81-
YUV50.48117.01128.37-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 37.5%
GREEN value IS 54 (21.48% from 255) = 39.71%
BLUE value IS 31 (12.5% from 255) = 22.79%
R=37.5%
G=39.71%
B=22.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5154310.0600.430.7967.8327.0616.67
Hex33361F602B4F441b11
Octal63663760531171043321
Binary110011110110111111100101011100111110001001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33361F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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