#345613

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

Shades of Seaweed #345613

Tints of Seaweed #345613

Color information

#345613 (or 0x345613) is unknown color: approx Seaweed. HEX triplet: 34, 56 and 13. RGB value is (52,86,19). Sum of RGB (Red+Green+Blue) = 52+86+19=157 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.12% from 157); Green value is 86 (33.98% from 255 or 54.78% from 157); Blue value is 19 (7.81% from 255 or 12.10% from 157); Max value from RGB is 86 - color contains mainly: green. Hex color #345613 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345613 is #CBA9EC. Grayscale: #444444. Windows color (decimal): -13347309 or 1267252. OLE color: 1267252.

HSL color Cylindrical-coordinate representation of color #345613: hue angle of 90.45º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #345613 is Cyan = 0.40, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB528619-
CMYK0.4000.780.66
HSL90.45º63.81%20.59%-
HSV(B)90.45º77.91%33.73%-
XYZ4.867.431.79-
YUV68.2100.24116.45-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.12%
GREEN value IS 86 (33.98% from 255) = 54.78%
BLUE value IS 19 (7.81% from 255) = 12.10%
R=33.12%
G=54.78%
B=12.10%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5286190.4000.780.6690.4563.8120.59
Hex3456132804E425a4015
Octal641262350011610213210025
Binary1101001010110100111010000100111010000101011010100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345613; }

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

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

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

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

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

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

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

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