#355017

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

Shades of Seaweed #355017

Tints of Seaweed #355017

Color information

#355017 (or 0x355017) is unknown color: approx Seaweed. HEX triplet: 35, 50 and 17. RGB value is (53,80,23). Sum of RGB (Red+Green+Blue) = 53+80+23=156 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.97% from 156); Green value is 80 (31.64% from 255 or 51.28% from 156); Blue value is 23 (9.38% from 255 or 14.74% from 156); Max value from RGB is 80 - color contains mainly: green. Hex color #355017 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355017 is #CAAFE8. Grayscale: #414141. Windows color (decimal): -13283305 or 1527861. OLE color: 1527861.

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

Color convert

RGB538023-
CMYK0.3400.710.69
HSL88.42º55.34%20.2%-
HSV(B)88.42º71.25%31.37%-
XYZ4.496.561.84-
YUV65.43104.05119.13-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.97%
GREEN value IS 80 (31.64% from 255) = 51.28%
BLUE value IS 23 (9.38% from 255) = 14.74%
R=33.97%
G=51.28%
B=14.74%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5380230.3400.710.6988.4255.3420.2
Hex3550172204745583714
Octal65120274201071051306724
Binary110101101000010111100010010001111000101101100011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355017; }

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

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

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

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

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

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

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

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