#314818

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

Shades of Seaweed #314818

Tints of Seaweed #314818

Color information

#314818 (or 0x314818) is unknown color: approx Seaweed. HEX triplet: 31, 48 and 18. RGB value is (49,72,24). Sum of RGB (Red+Green+Blue) = 49+72+24=145 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.79% from 145); Green value is 72 (28.52% from 255 or 49.66% from 145); Blue value is 24 (9.77% from 255 or 16.55% from 145); Max value from RGB is 72 - color contains mainly: green. Hex color #314818 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314818 is #CEB7E7. Grayscale: #3B3B3B. Windows color (decimal): -13547496 or 1591345. OLE color: 1591345.

HSL color Cylindrical-coordinate representation of color #314818: hue angle of 88.75º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #314818 is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.72.

Color convert

RGB497224-
CMYK0.3200.670.72
HSL88.75º50%18.82%-
HSV(B)88.75º66.67%28.24%-
XYZ3.755.351.7-
YUV59.65107.88120.4-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.79%
GREEN value IS 72 (28.52% from 255) = 49.66%
BLUE value IS 24 (9.77% from 255) = 16.55%
R=33.79%
G=49.66%
B=16.55%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4972240.3200.670.7288.755018.82
Hex3148182004348593213
Octal61110304001031101316223
Binary110001100100011000100000010000111001000101100111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314818; }

 p { color: rgb(49,72,24); }

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

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

 a { background-color: rgb(49,72,24); }

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

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

 span { border-color: rgb(49,72,24); }

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