#304616

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

Shades of Seaweed #304616

Tints of Seaweed #304616

Color information

#304616 (or 0x304616) is unknown color: approx Seaweed. HEX triplet: 30, 46 and 16. RGB value is (48,70,22). Sum of RGB (Red+Green+Blue) = 48+70+22=140 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.29% from 140); Green value is 70 (27.73% from 255 or 50% from 140); Blue value is 22 (8.98% from 255 or 15.71% from 140); Max value from RGB is 70 - color contains mainly: green. Hex color #304616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304616 is #CFB9E9. Grayscale: #3A3A3A. Windows color (decimal): -13613546 or 1459760. OLE color: 1459760.

HSL color Cylindrical-coordinate representation of color #304616: hue angle of 87.5º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #304616 is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.73.

Color convert

RGB487022-
CMYK0.3100.690.73
HSL87.5º52.17%18.04%-
HSV(B)87.5º68.57%27.45%-
XYZ3.555.071.55-
YUV57.95107.71120.9-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.29%
GREEN value IS 70 (27.73% from 255) = 50%
BLUE value IS 22 (8.98% from 255) = 15.71%
R=34.29%
G=50%
B=15.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4870220.3100.690.7387.552.1718.04
Hex3046161F04549583412
Octal60106263701051111306422
Binary11000010001101011011111010001011001001101100011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304616; }

 p { color: rgb(48,70,22); }

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

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

 a { background-color: rgb(48,70,22); }

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

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

 span { border-color: rgb(48,70,22); }

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