#345713

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

Shades of Seaweed #345713

Tints of Seaweed #345713

Color information

#345713 (or 0x345713) is unknown color: approx Seaweed. HEX triplet: 34, 57 and 13. RGB value is (52,87,19). Sum of RGB (Red+Green+Blue) = 52+87+19=158 (20% of max value = 765). Red value is 52 (20.70% from 255 or 32.91% from 158); Green value is 87 (34.38% from 255 or 55.06% from 158); Blue value is 19 (7.81% from 255 or 12.03% from 158); Max value from RGB is 87 - color contains mainly: green. Hex color #345713 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345713 is #CBA8EC. Grayscale: #454545. Windows color (decimal): -13347053 or 1267508. OLE color: 1267508.

HSL color Cylindrical-coordinate representation of color #345713: hue angle of 90.88º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #345713 is Cyan = 0.40, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB528719-
CMYK0.4000.780.66
HSL90.88º64.15%20.78%-
HSV(B)90.88º78.16%34.12%-
XYZ4.947.591.82-
YUV68.7899.9116.03-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.91%
GREEN value IS 87 (34.38% from 255) = 55.06%
BLUE value IS 19 (7.81% from 255) = 12.03%
R=32.91%
G=55.06%
B=12.03%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5287190.4000.780.6690.8864.1520.78
Hex3457132804E425b4015
Octal641272350011610213310025
Binary1101001010111100111010000100111010000101011011100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345713; }

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

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

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

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

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

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

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

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