#343621

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

Shades of Green Waterloo #343621

Tints of Green Waterloo #343621

Color information

#343621 (or 0x343621) is unknown color: approx Green Waterloo. HEX triplet: 34, 36 and 21. RGB value is (52,54,33). Sum of RGB (Red+Green+Blue) = 52+54+33=139 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.41% from 139); Green value is 54 (21.48% from 255 or 38.85% from 139); Blue value is 33 (13.28% from 255 or 23.74% from 139); Max value from RGB is 54 - color contains mainly: green. Hex color #343621 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343621 is #CBC9DE. Grayscale: #333333. Windows color (decimal): -13355487 or 2176564. OLE color: 2176564.

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

Color convert

RGB525433-
CMYK0.0400.390.79
HSL65.71º24.14%17.06%-
HSV(B)65.71º38.89%21.18%-
XYZ3.013.481.95-
YUV51.01117.84128.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.41%
GREEN value IS 54 (21.48% from 255) = 38.85%
BLUE value IS 33 (13.28% from 255) = 23.74%
R=37.41%
G=38.85%
B=23.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5254330.0400.390.7965.7124.1417.06
Hex34362140274F421811
Octal64664140471171023021
Binary1101001101101000011000100111100111110000101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343621; }

 p { color: rgb(52,54,33); }

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

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

 a { background-color: rgb(52,54,33); }

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

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

 span { border-color: rgb(52,54,33); }

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