#333525

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

Shades of Green Waterloo #333525

Tints of Green Waterloo #333525

Color information

#333525 (or 0x333525) is unknown color: approx Green Waterloo. HEX triplet: 33, 35 and 25. RGB value is (51,53,37). Sum of RGB (Red+Green+Blue) = 51+53+37=141 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.17% from 141); Green value is 53 (21.09% from 255 or 37.59% from 141); Blue value is 37 (14.84% from 255 or 26.24% from 141); Max value from RGB is 53 - color contains mainly: green. Hex color #333525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333525 is #CCCADA. Grayscale: #323232. Windows color (decimal): -13421275 or 2438451. OLE color: 2438451.

HSL color Cylindrical-coordinate representation of color #333525: hue angle of 67.5º degrees, saturation: 0.18, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #333525 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.79.

Color convert

RGB515337-
CMYK0.0400.300.79
HSL67.5º17.78%17.65%-
HSV(B)67.5º30.19%20.78%-
XYZ2.973.382.25-
YUV50.58120.34128.3-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 36.17%
GREEN value IS 53 (21.09% from 255) = 37.59%
BLUE value IS 37 (14.84% from 255) = 26.24%
R=36.17%
G=37.59%
B=26.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5153370.0400.300.7967.517.7817.65
Hex333525401E4F441212
Octal63654540361171042222
Binary110011110101100101100011110100111110001001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333525; }

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

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

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

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

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

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

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

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