#355014

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

Shades of Seaweed #355014

Tints of Seaweed #355014

Color information

#355014 (or 0x355014) is unknown color: approx Seaweed. HEX triplet: 35, 50 and 14. RGB value is (53,80,20). Sum of RGB (Red+Green+Blue) = 53+80+20=153 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.64% from 153); Green value is 80 (31.64% from 255 or 52.29% from 153); Blue value is 20 (8.20% from 255 or 13.07% from 153); Max value from RGB is 80 - color contains mainly: green. Hex color #355014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355014 is #CAAFEB. Grayscale: #414141. Windows color (decimal): -13283308 or 1331253. OLE color: 1331253.

HSL color Cylindrical-coordinate representation of color #355014: hue angle of 87º 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 #355014 is Cyan = 0.34, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.69.

Color convert

RGB538020-
CMYK0.3400.750.69
HSL87º60%19.61%-
HSV(B)87º75%31.37%-
XYZ4.466.541.69-
YUV65.09102.55119.38-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.64%
GREEN value IS 80 (31.64% from 255) = 52.29%
BLUE value IS 20 (8.20% from 255) = 13.07%
R=34.64%
G=52.29%
B=13.07%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5380200.3400.750.69876019.61
Hex3550142204B45573c14
Octal65120244201131051277424
Binary110101101000010100100010010010111000101101011111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355014; }

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

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

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

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

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

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

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

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