#345A13

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

Shades of Seaweed #345A13

Tints of Seaweed #345A13

Color information

#345A13 (or 0x345A13) is unknown color: approx Seaweed. HEX triplet: 34, 5A and 13. RGB value is (52,90,19). Sum of RGB (Red+Green+Blue) = 52+90+19=161 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.30% from 161); Green value is 90 (35.55% from 255 or 55.90% from 161); Blue value is 19 (7.81% from 255 or 11.80% from 161); Max value from RGB is 90 - color contains mainly: green. Hex color #345A13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345A13 is #CBA5EC. Grayscale: #464646. Windows color (decimal): -13346285 or 1268276. OLE color: 1268276.

HSL color Cylindrical-coordinate representation of color #345A13: hue angle of 92.11º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #345A13 is Cyan = 0.42, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.65.

Color convert

RGB529019-
CMYK0.4200.790.65
HSL92.11º65.14%21.37%-
HSV(B)92.11º78.89%35.29%-
XYZ5.198.091.9-
YUV70.5498.91114.77-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.30%
GREEN value IS 90 (35.55% from 255) = 55.90%
BLUE value IS 19 (7.81% from 255) = 11.80%
R=32.30%
G=55.90%
B=11.80%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5290190.4200.790.6592.1165.1421.37
Hex345A132A04F415c4115
Octal641322352011710113410125
Binary1101001011010100111010100100111110000011011100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345A13; }

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

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

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

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

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

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

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

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