#345216

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

Shades of Seaweed #345216

Tints of Seaweed #345216

Color information

#345216 (or 0x345216) is unknown color: approx Seaweed. HEX triplet: 34, 52 and 16. RGB value is (52,82,22). Sum of RGB (Red+Green+Blue) = 52+82+22=156 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.33% from 156); Green value is 82 (32.42% from 255 or 52.56% from 156); Blue value is 22 (8.98% from 255 or 14.10% from 156); Max value from RGB is 82 - color contains mainly: green. Hex color #345216 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345216 is #CBADE9. Grayscale: #424242. Windows color (decimal): -13348330 or 1462836. OLE color: 1462836.

HSL color Cylindrical-coordinate representation of color #345216: hue angle of 90º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #345216 is Cyan = 0.37, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB528222-
CMYK0.3700.730.68
HSL90º57.69%20.39%-
HSV(B)90º73.17%32.16%-
XYZ4.586.821.83-
YUV66.19103.06117.88-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.33%
GREEN value IS 82 (32.42% from 255) = 52.56%
BLUE value IS 22 (8.98% from 255) = 14.10%
R=33.33%
G=52.56%
B=14.10%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5282220.3700.730.689057.6920.39
Hex34521625049445a3a14
Octal64122264501111041327224
Binary110100101001010110100101010010011000100101101011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345216; }

 p { color: rgb(52,82,22); }

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

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

 a { background-color: rgb(52,82,22); }

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

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

 span { border-color: rgb(52,82,22); }

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