#305510

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

Shades of Seaweed #305510

Tints of Seaweed #305510

Color information

#305510 (or 0x305510) is unknown color: approx Seaweed. HEX triplet: 30, 55 and 10. RGB value is (48,85,16). Sum of RGB (Red+Green+Blue) = 48+85+16=149 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.21% from 149); Green value is 85 (33.59% from 255 or 57.05% from 149); Blue value is 16 (6.64% from 255 or 10.74% from 149); Max value from RGB is 85 - color contains mainly: green. Hex color #305510 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305510 is #CFAAEF. Grayscale: #424242. Windows color (decimal): -13609712 or 1070384. OLE color: 1070384.

HSL color Cylindrical-coordinate representation of color #305510: hue angle of 92.17º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #305510 is Cyan = 0.44, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB488516-
CMYK0.4400.810.67
HSL92.17º68.32%19.8%-
HSV(B)92.17º81.18%33.33%-
XYZ4.567.161.63-
YUV66.0799.74115.11-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32.21%
GREEN value IS 85 (33.59% from 255) = 57.05%
BLUE value IS 16 (6.64% from 255) = 10.74%
R=32.21%
G=57.05%
B=10.74%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4885160.4400.810.6792.1768.3219.8
Hex3055102C051435c4414
Octal601252054012110313410424
Binary1100001010101100001011000101000110000111011100100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305510; }

 p { color: rgb(48,85,16); }

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

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

 a { background-color: rgb(48,85,16); }

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

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

 span { border-color: rgb(48,85,16); }

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