#345413

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

Shades of Seaweed #345413

Tints of Seaweed #345413

Color information

#345413 (or 0x345413) is unknown color: approx Seaweed. HEX triplet: 34, 54 and 13. RGB value is (52,84,19). Sum of RGB (Red+Green+Blue) = 52+84+19=155 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.55% from 155); Green value is 84 (33.20% from 255 or 54.19% from 155); Blue value is 19 (7.81% from 255 or 12.26% from 155); Max value from RGB is 84 - color contains mainly: green. Hex color #345413 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345413 is #CBABEC. Grayscale: #434343. Windows color (decimal): -13347821 or 1266740. OLE color: 1266740.

HSL color Cylindrical-coordinate representation of color #345413: hue angle of 89.54º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #345413 is Cyan = 0.38, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB528419-
CMYK0.3800.770.67
HSL89.54º63.11%20.2%-
HSV(B)89.54º77.38%32.94%-
XYZ4.77.121.74-
YUV67.02100.9117.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.55%
GREEN value IS 84 (33.20% from 255) = 54.19%
BLUE value IS 19 (7.81% from 255) = 12.26%
R=33.55%
G=54.19%
B=12.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5284190.3800.770.6789.5463.1120.2
Hex3454132604D435a3f14
Octal64124234601151031327724
Binary110100101010010011100110010011011000011101101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345413; }

 p { color: rgb(52,84,19); }

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

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

 a { background-color: rgb(52,84,19); }

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

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

 span { border-color: rgb(52,84,19); }

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