#345014

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

Shades of Seaweed #345014

Tints of Seaweed #345014

Color information

#345014 (or 0x345014) is unknown color: approx Seaweed. HEX triplet: 34, 50 and 14. RGB value is (52,80,20). Sum of RGB (Red+Green+Blue) = 52+80+20=152 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.21% from 152); Green value is 80 (31.64% from 255 or 52.63% from 152); Blue value is 20 (8.20% from 255 or 13.16% from 152); Max value from RGB is 80 - color contains mainly: green. Hex color #345014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345014 is #CBAFEB. Grayscale: #414141. Windows color (decimal): -13348844 or 1331252. OLE color: 1331252.

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

Color convert

RGB528020-
CMYK0.3500.750.69
HSL88º60%19.61%-
HSV(B)88º75%31.37%-
XYZ4.416.521.69-
YUV64.79102.72118.88-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 34.21%
GREEN value IS 80 (31.64% from 255) = 52.63%
BLUE value IS 20 (8.20% from 255) = 13.16%
R=34.21%
G=52.63%
B=13.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5280200.3500.750.69886019.61
Hex3450142304B45583c14
Octal64120244301131051307424
Binary110100101000010100100011010010111000101101100011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345014; }

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

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

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

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

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

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

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

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