#345415

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

Shades of Seaweed #345415

Tints of Seaweed #345415

Color information

#345415 (or 0x345415) is unknown color: approx Seaweed. HEX triplet: 34, 54 and 15. RGB value is (52,84,21). Sum of RGB (Red+Green+Blue) = 52+84+21=157 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.12% from 157); Green value is 84 (33.20% from 255 or 53.50% from 157); Blue value is 21 (8.59% from 255 or 13.38% from 157); Max value from RGB is 84 - color contains mainly: green. Hex color #345415 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345415 is #CBABEA. Grayscale: #434343. Windows color (decimal): -13347819 or 1397812. OLE color: 1397812.

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

Color convert

RGB528421-
CMYK0.3800.750.67
HSL90.48º60%20.59%-
HSV(B)90.48º75%32.94%-
XYZ4.727.121.84-
YUV67.25101.9117.12-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.12%
GREEN value IS 84 (33.20% from 255) = 53.50%
BLUE value IS 21 (8.59% from 255) = 13.38%
R=33.12%
G=53.50%
B=13.38%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5284210.3800.750.6790.486020.59
Hex3454152604B435a3c15
Octal64124254601131031327425
Binary110100101010010101100110010010111000011101101011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345415; }

 p { color: rgb(52,84,21); }

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

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

 a { background-color: rgb(52,84,21); }

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

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

 span { border-color: rgb(52,84,21); }

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