#304C16

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

Shades of Seaweed #304C16

Tints of Seaweed #304C16

Color information

#304C16 (or 0x304C16) is unknown color: approx Seaweed. HEX triplet: 30, 4C and 16. RGB value is (48,76,22). Sum of RGB (Red+Green+Blue) = 48+76+22=146 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.88% from 146); Green value is 76 (30.08% from 255 or 52.05% from 146); Blue value is 22 (8.98% from 255 or 15.07% from 146); Max value from RGB is 76 - color contains mainly: green. Hex color #304C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304C16 is #CFB3E9. Grayscale: #3D3D3D. Windows color (decimal): -13612010 or 1461296. OLE color: 1461296.

HSL color Cylindrical-coordinate representation of color #304C16: hue angle of 91.11º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #304C16 is Cyan = 0.37, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.70.

Color convert

RGB487622-
CMYK0.3700.710.70
HSL91.11º55.1%19.22%-
HSV(B)91.11º71.05%29.8%-
XYZ3.955.861.68-
YUV61.47105.72118.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32.88%
GREEN value IS 76 (30.08% from 255) = 52.05%
BLUE value IS 22 (8.98% from 255) = 15.07%
R=32.88%
G=52.05%
B=15.07%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4876220.3700.710.7091.1155.119.22
Hex304C1625047465b3713
Octal60114264501071061336723
Binary110000100110010110100101010001111000110101101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304C16; }

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

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

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

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

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

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

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

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