#345015

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

Shades of Seaweed #345015

Tints of Seaweed #345015

Color information

#345015 (or 0x345015) is unknown color: approx Seaweed. HEX triplet: 34, 50 and 15. RGB value is (52,80,21). Sum of RGB (Red+Green+Blue) = 52+80+21=153 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.99% from 153); Green value is 80 (31.64% from 255 or 52.29% from 153); Blue value is 21 (8.59% from 255 or 13.73% from 153); Max value from RGB is 80 - color contains mainly: green. Hex color #345015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345015 is #CBAFEA. Grayscale: #414141. Windows color (decimal): -13348843 or 1396788. OLE color: 1396788.

HSL color Cylindrical-coordinate representation of color #345015: hue angle of 88.47º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #345015 is Cyan = 0.35, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB528021-
CMYK0.3500.740.69
HSL88.47º58.42%19.8%-
HSV(B)88.47º73.75%31.37%-
XYZ4.426.521.74-
YUV64.9103.22118.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.99%
GREEN value IS 80 (31.64% from 255) = 52.29%
BLUE value IS 21 (8.59% from 255) = 13.73%
R=33.99%
G=52.29%
B=13.73%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5280210.3500.740.6988.4758.4219.8
Hex3450152304A45583a14
Octal64120254301121051307224
Binary110100101000010101100011010010101000101101100011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345015; }

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

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

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

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

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

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

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

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