#335A14

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

Shades of Seaweed #335A14

Tints of Seaweed #335A14

Color information

#335A14 (or 0x335A14) is unknown color: approx Seaweed. HEX triplet: 33, 5A and 14. RGB value is (51,90,20). Sum of RGB (Red+Green+Blue) = 51+90+20=161 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.68% from 161); Green value is 90 (35.55% from 255 or 55.90% from 161); Blue value is 20 (8.20% from 255 or 12.42% from 161); Max value from RGB is 90 - color contains mainly: green. Hex color #335A14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335A14 is #CCA5EB. Grayscale: #464646. Windows color (decimal): -13411820 or 1333811. OLE color: 1333811.

HSL color Cylindrical-coordinate representation of color #335A14: hue angle of 93.43º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #335A14 is Cyan = 0.43, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB519020-
CMYK0.4300.780.65
HSL93.43º63.64%21.57%-
HSV(B)93.43º77.78%35.29%-
XYZ5.158.071.95-
YUV70.3699.58114.19-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.68%
GREEN value IS 90 (35.55% from 255) = 55.90%
BLUE value IS 20 (8.20% from 255) = 12.42%
R=31.68%
G=55.90%
B=12.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5190200.4300.780.6593.4363.6421.57
Hex335A142B04E415d4016
Octal631322453011610113510026
Binary1100111011010101001010110100111010000011011101100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335A14; }

 p { color: rgb(51,90,20); }

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

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

 a { background-color: rgb(51,90,20); }

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

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

 span { border-color: rgb(51,90,20); }

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