#345518

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

Shades of Seaweed #345518

Tints of Seaweed #345518

Color information

#345518 (or 0x345518) is unknown color: approx Seaweed. HEX triplet: 34, 55 and 18. RGB value is (52,85,24). Sum of RGB (Red+Green+Blue) = 52+85+24=161 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.30% from 161); Green value is 85 (33.59% from 255 or 52.80% from 161); Blue value is 24 (9.77% from 255 or 14.91% from 161); Max value from RGB is 85 - color contains mainly: green. Hex color #345518 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345518 is #CBAAE7. Grayscale: #444444. Windows color (decimal): -13347560 or 1594676. OLE color: 1594676.

HSL color Cylindrical-coordinate representation of color #345518: hue angle of 92.46º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #345518 is Cyan = 0.39, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.67.

Color convert

RGB528524-
CMYK0.3900.720.67
HSL92.46º55.96%21.37%-
HSV(B)92.46º71.76%33.33%-
XYZ4.837.292.02-
YUV68.18103.07116.46-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.30%
GREEN value IS 85 (33.59% from 255) = 52.80%
BLUE value IS 24 (9.77% from 255) = 14.91%
R=32.30%
G=52.80%
B=14.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5285240.3900.720.6792.4655.9621.37
Hex34551827048435c3815
Octal64125304701101031347025
Binary110100101010111000100111010010001000011101110011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345518; }

 p { color: rgb(52,85,24); }

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

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

 a { background-color: rgb(52,85,24); }

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

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

 span { border-color: rgb(52,85,24); }

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