#305413

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

Shades of Seaweed #305413

Tints of Seaweed #305413

Color information

#305413 (or 0x305413) is unknown color: approx Seaweed. HEX triplet: 30, 54 and 13. RGB value is (48,84,19). Sum of RGB (Red+Green+Blue) = 48+84+19=151 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.79% from 151); Green value is 84 (33.20% from 255 or 55.63% from 151); Blue value is 19 (7.81% from 255 or 12.58% from 151); Max value from RGB is 84 - color contains mainly: green. Hex color #305413 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305413 is #CFABEC. Grayscale: #424242. Windows color (decimal): -13609965 or 1266736. OLE color: 1266736.

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

Color convert

RGB488419-
CMYK0.4300.770.67
HSL93.23º63.11%20.2%-
HSV(B)93.23º77.38%32.94%-
XYZ4.517.021.73-
YUV65.83101.57115.29-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 31.79%
GREEN value IS 84 (33.20% from 255) = 55.63%
BLUE value IS 19 (7.81% from 255) = 12.58%
R=31.79%
G=55.63%
B=12.58%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4884190.4300.770.6793.2363.1120.2
Hex3054132B04D435d3f14
Octal60124235301151031357724
Binary110000101010010011101011010011011000011101110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305413; }

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

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

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

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

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

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

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

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