#33351C

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

Shades of Green Waterloo #33351C

Tints of Green Waterloo #33351C

Color information

#33351C (or 0x33351C) is unknown color: approx Green Waterloo. HEX triplet: 33, 35 and 1C. RGB value is (51,53,28). Sum of RGB (Red+Green+Blue) = 51+53+28=132 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.64% from 132); Green value is 53 (21.09% from 255 or 40.15% from 132); Blue value is 28 (11.33% from 255 or 21.21% from 132); Max value from RGB is 53 - color contains mainly: green. Hex color #33351C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33351C is #CCCAE3. Grayscale: #313131. Windows color (decimal): -13421284 or 1848627. OLE color: 1848627.

HSL color Cylindrical-coordinate representation of color #33351C: hue angle of 64.8º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #33351C is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.79.

Color convert

RGB515328-
CMYK0.0400.470.79
HSL64.8º30.86%15.88%-
HSV(B)64.8º47.17%20.78%-
XYZ2.853.331.59-
YUV49.55115.84129.03-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 38.64%
GREEN value IS 53 (21.09% from 255) = 40.15%
BLUE value IS 28 (11.33% from 255) = 21.21%
R=38.64%
G=40.15%
B=21.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5153280.0400.470.7964.830.8615.88
Hex33351C402F4F411f10
Octal63653440571171013720
Binary110011110101111001000101111100111110000011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33351C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33351C; }

 p { color: rgb(51,53,28); }

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

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

 a { background-color: rgb(51,53,28); }

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

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

 span { border-color: rgb(51,53,28); }

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