#345313

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

Shades of Seaweed #345313

Tints of Seaweed #345313

Color information

#345313 (or 0x345313) is unknown color: approx Seaweed. HEX triplet: 34, 53 and 13. RGB value is (52,83,19). Sum of RGB (Red+Green+Blue) = 52+83+19=154 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.77% from 154); Green value is 83 (32.81% from 255 or 53.90% from 154); Blue value is 19 (7.81% from 255 or 12.34% from 154); Max value from RGB is 83 - color contains mainly: green. Hex color #345313 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345313 is #CBACEC. Grayscale: #424242. Windows color (decimal): -13348077 or 1266484. OLE color: 1266484.

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

Color convert

RGB528319-
CMYK0.3700.770.67
HSL89.06º62.75%20%-
HSV(B)89.06º77.11%32.55%-
XYZ4.636.961.72-
YUV66.43101.23117.7-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.77%
GREEN value IS 83 (32.81% from 255) = 53.90%
BLUE value IS 19 (7.81% from 255) = 12.34%
R=33.77%
G=53.90%
B=12.34%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5283190.3700.770.6789.0662.7520
Hex3453132504D43593f14
Octal64123234501151031317724
Binary110100101001110011100101010011011000011101100111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345313; }

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

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

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

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

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

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

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

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