#305613

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

Shades of Seaweed #305613

Tints of Seaweed #305613

Color information

#305613 (or 0x305613) is unknown color: approx Seaweed. HEX triplet: 30, 56 and 13. RGB value is (48,86,19). Sum of RGB (Red+Green+Blue) = 48+86+19=153 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.37% from 153); Green value is 86 (33.98% from 255 or 56.21% from 153); Blue value is 19 (7.81% from 255 or 12.42% from 153); Max value from RGB is 86 - color contains mainly: green. Hex color #305613 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305613 is #CFA9EC. Grayscale: #434343. Windows color (decimal): -13609453 or 1267248. OLE color: 1267248.

HSL color Cylindrical-coordinate representation of color #305613: hue angle of 94.03º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #305613 is Cyan = 0.44, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB488619-
CMYK0.4400.780.66
HSL94.03º63.81%20.59%-
HSV(B)94.03º77.91%33.73%-
XYZ4.667.331.79-
YUV67100.91114.45-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 31.37%
GREEN value IS 86 (33.98% from 255) = 56.21%
BLUE value IS 19 (7.81% from 255) = 12.42%
R=31.37%
G=56.21%
B=12.42%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4886190.4400.780.6694.0363.8120.59
Hex3056132C04E425e4015
Octal601262354011610213610025
Binary1100001010110100111011000100111010000101011110100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305613; }

 p { color: rgb(48,86,19); }

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

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

 a { background-color: rgb(48,86,19); }

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

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

 span { border-color: rgb(48,86,19); }

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