#345914

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

Shades of Seaweed #345914

Tints of Seaweed #345914

Color information

#345914 (or 0x345914) is unknown color: approx Seaweed. HEX triplet: 34, 59 and 14. RGB value is (52,89,20). Sum of RGB (Red+Green+Blue) = 52+89+20=161 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.30% from 161); Green value is 89 (35.16% from 255 or 55.28% from 161); Blue value is 20 (8.20% from 255 or 12.42% from 161); Max value from RGB is 89 - color contains mainly: green. Hex color #345914 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345914 is #CBA6EB. Grayscale: #464646. Windows color (decimal): -13346540 or 1333556. OLE color: 1333556.

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

Color convert

RGB528920-
CMYK0.4200.780.65
HSL92.17º63.3%21.37%-
HSV(B)92.17º77.53%34.9%-
XYZ5.117.931.92-
YUV70.0799.74115.11-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.30%
GREEN value IS 89 (35.16% from 255) = 55.28%
BLUE value IS 20 (8.20% from 255) = 12.42%
R=32.30%
G=55.28%
B=12.42%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5289200.4200.780.6592.1763.321.37
Hex3459142A04E415c3f15
Octal64131245201161011347725
Binary110100101100110100101010010011101000001101110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345914; }

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

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

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

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

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

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

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

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