#345514

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

Shades of Seaweed #345514

Tints of Seaweed #345514

Color information

#345514 (or 0x345514) is unknown color: approx Seaweed. HEX triplet: 34, 55 and 14. RGB value is (52,85,20). Sum of RGB (Red+Green+Blue) = 52+85+20=157 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.12% from 157); Green value is 85 (33.59% from 255 or 54.14% from 157); Blue value is 20 (8.20% from 255 or 12.74% from 157); Max value from RGB is 85 - color contains mainly: green. Hex color #345514 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345514 is #CBAAEB. Grayscale: #434343. Windows color (decimal): -13347564 or 1332532. OLE color: 1332532.

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

Color convert

RGB528520-
CMYK0.3900.760.67
HSL90.46º61.9%20.59%-
HSV(B)90.46º76.47%33.33%-
XYZ4.797.281.81-
YUV67.72101.07116.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.12%
GREEN value IS 85 (33.59% from 255) = 54.14%
BLUE value IS 20 (8.20% from 255) = 12.74%
R=33.12%
G=54.14%
B=12.74%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5285200.3900.760.6790.4661.920.59
Hex3455142704C435a3e15
Octal64125244701141031327625
Binary110100101010110100100111010011001000011101101011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345514; }

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

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

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

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

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

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

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

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