#345513

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

Shades of Seaweed #345513

Tints of Seaweed #345513

Color information

#345513 (or 0x345513) is unknown color: approx Seaweed. HEX triplet: 34, 55 and 13. RGB value is (52,85,19). Sum of RGB (Red+Green+Blue) = 52+85+19=156 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.33% from 156); Green value is 85 (33.59% from 255 or 54.49% from 156); Blue value is 19 (7.81% from 255 or 12.18% from 156); Max value from RGB is 85 - color contains mainly: green. Hex color #345513 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345513 is #CBAAEC. Grayscale: #434343. Windows color (decimal): -13347565 or 1266996. OLE color: 1266996.

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

Color convert

RGB528519-
CMYK0.3900.780.67
HSL90º63.46%20.39%-
HSV(B)90º77.65%33.33%-
XYZ4.787.271.77-
YUV67.61100.57116.87-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.33%
GREEN value IS 85 (33.59% from 255) = 54.49%
BLUE value IS 19 (7.81% from 255) = 12.18%
R=33.33%
G=54.49%
B=12.18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5285190.3900.780.679063.4620.39
Hex3455132704E435a3f14
Octal64125234701161031327724
Binary110100101010110011100111010011101000011101101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345513; }

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

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

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

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

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

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

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

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