#345214

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

Shades of Seaweed #345214

Tints of Seaweed #345214

Color information

#345214 (or 0x345214) is unknown color: approx Seaweed. HEX triplet: 34, 52 and 14. RGB value is (52,82,20). Sum of RGB (Red+Green+Blue) = 52+82+20=154 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.77% from 154); Green value is 82 (32.42% from 255 or 53.25% from 154); Blue value is 20 (8.20% from 255 or 12.99% from 154); Max value from RGB is 82 - color contains mainly: green. Hex color #345214 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345214 is #CBADEB. Grayscale: #424242. Windows color (decimal): -13348332 or 1331764. OLE color: 1331764.

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

Color convert

RGB528220-
CMYK0.3700.760.68
HSL89.03º60.78%20%-
HSV(B)89.03º75.61%32.16%-
XYZ4.566.821.74-
YUV65.96102.06118.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.77%
GREEN value IS 82 (32.42% from 255) = 53.25%
BLUE value IS 20 (8.20% from 255) = 12.99%
R=33.77%
G=53.25%
B=12.99%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5282200.3700.760.6889.0360.7820
Hex3452142504C44593d14
Octal64122244501141041317524
Binary110100101001010100100101010011001000100101100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345214; }

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

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

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

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

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

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

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

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