#345912

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

Shades of Seaweed #345912

Tints of Seaweed #345912

Color information

#345912 (or 0x345912) is unknown color: approx Seaweed. HEX triplet: 34, 59 and 12. RGB value is (52,89,18). Sum of RGB (Red+Green+Blue) = 52+89+18=159 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.70% from 159); Green value is 89 (35.16% from 255 or 55.97% from 159); Blue value is 18 (7.42% from 255 or 11.32% from 159); Max value from RGB is 89 - color contains mainly: green. Hex color #345912 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345912 is #CBA6ED. Grayscale: #464646. Windows color (decimal): -13346542 or 1202484. OLE color: 1202484.

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

Color convert

RGB528918-
CMYK0.4200.800.65
HSL91.27º66.36%20.98%-
HSV(B)91.27º79.78%34.9%-
XYZ5.17.921.83-
YUV69.8498.74115.27-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.70%
GREEN value IS 89 (35.16% from 255) = 55.97%
BLUE value IS 18 (7.42% from 255) = 11.32%
R=32.70%
G=55.97%
B=11.32%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5289180.4200.800.6591.2766.3620.98
Hex3459122A050415b4215
Octal641312252012010113310225
Binary1101001011001100101010100101000010000011011011100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345912; }

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

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

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

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

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

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

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

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