#305411

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

Shades of Seaweed #305411

Tints of Seaweed #305411

Color information

#305411 (or 0x305411) is unknown color: approx Seaweed. HEX triplet: 30, 54 and 11. RGB value is (48,84,17). Sum of RGB (Red+Green+Blue) = 48+84+17=149 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.21% from 149); Green value is 84 (33.20% from 255 or 56.38% from 149); Blue value is 17 (7.03% from 255 or 11.41% from 149); Max value from RGB is 84 - color contains mainly: green. Hex color #305411 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305411 is #CFABEE. Grayscale: #414141. Windows color (decimal): -13609967 or 1135664. OLE color: 1135664.

HSL color Cylindrical-coordinate representation of color #305411: hue angle of 92.24º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #305411 is Cyan = 0.43, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB488417-
CMYK0.4300.800.67
HSL92.24º66.34%19.8%-
HSV(B)92.24º79.76%32.94%-
XYZ4.497.011.65-
YUV65.6100.57115.45-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32.21%
GREEN value IS 84 (33.20% from 255) = 56.38%
BLUE value IS 17 (7.03% from 255) = 11.41%
R=32.21%
G=56.38%
B=11.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4884170.4300.800.6792.2466.3419.8
Hex3054112B050435c4214
Octal601242153012010313410224
Binary1100001010100100011010110101000010000111011100100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305411; }

 p { color: rgb(48,84,17); }

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

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

 a { background-color: rgb(48,84,17); }

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

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

 span { border-color: rgb(48,84,17); }

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