#333428

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

Shades of Green Waterloo #333428

Tints of Green Waterloo #333428

Color information

#333428 (or 0x333428) is unknown color: approx Green Waterloo. HEX triplet: 33, 34 and 28. RGB value is (51,52,40). Sum of RGB (Red+Green+Blue) = 51+52+40=143 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.66% from 143); Green value is 52 (20.70% from 255 or 36.36% from 143); Blue value is 40 (16.02% from 255 or 27.97% from 143); Max value from RGB is 52 - color contains mainly: green. Hex color #333428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333428 is #CCCBD7. Grayscale: #323232. Windows color (decimal): -13421528 or 2634803. OLE color: 2634803.

HSL color Cylindrical-coordinate representation of color #333428: hue angle of 65º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #333428 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.80.

Color convert

RGB515240-
CMYK0.0200.230.80
HSL65º13.04%18.04%-
HSV(B)65º23.08%20.39%-
XYZ2.983.312.49-
YUV50.33122.17128.48-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 35.66%
GREEN value IS 52 (20.70% from 255) = 36.36%
BLUE value IS 40 (16.02% from 255) = 27.97%
R=35.66%
G=36.36%
B=27.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5152400.0200.230.806513.0418.04
Hex33342820175041d12
Octal63645020271201011522
Binary1100111101001010001001011110100001000001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333428; }

 p { color: rgb(51,52,40); }

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

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

 a { background-color: rgb(51,52,40); }

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

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

 span { border-color: rgb(51,52,40); }

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