#345A12

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

Shades of Seaweed #345A12

Tints of Seaweed #345A12

Color information

#345A12 (or 0x345A12) is unknown color: approx Seaweed. HEX triplet: 34, 5A and 12. RGB value is (52,90,18). Sum of RGB (Red+Green+Blue) = 52+90+18=160 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.5% from 160); Green value is 90 (35.55% from 255 or 56.25% from 160); Blue value is 18 (7.42% from 255 or 11.25% from 160); Max value from RGB is 90 - color contains mainly: green. Hex color #345A12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345A12 is #CBA5ED. Grayscale: #464646. Windows color (decimal): -13346286 or 1202740. OLE color: 1202740.

HSL color Cylindrical-coordinate representation of color #345A12: hue angle of 91.67º degrees, saturation: 0.67, 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 #345A12 is Cyan = 0.42, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB529018-
CMYK0.4200.800.65
HSL91.67º66.67%21.18%-
HSV(B)91.67º80%35.29%-
XYZ5.188.091.86-
YUV70.4398.41114.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.5%
GREEN value IS 90 (35.55% from 255) = 56.25%
BLUE value IS 18 (7.42% from 255) = 11.25%
R=32.5%
G=56.25%
B=11.25%

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
Decimal5290180.4200.800.6591.6766.6721.18
Hex345A122A050415c4315
Octal641322252012010113410325
Binary1101001011010100101010100101000010000011011100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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