#314721

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

Shades of Seaweed #314721

Tints of Seaweed #314721

Color information

#314721 (or 0x314721) is unknown color: approx Seaweed. HEX triplet: 31, 47 and 21. RGB value is (49,71,33). Sum of RGB (Red+Green+Blue) = 49+71+33=153 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.03% from 153); Green value is 71 (28.12% from 255 or 46.41% from 153); Blue value is 33 (13.28% from 255 or 21.57% from 153); Max value from RGB is 71 - color contains mainly: green. Hex color #314721 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314721 is #CEB8DE. Grayscale: #3C3C3C. Windows color (decimal): -13547743 or 2180913. OLE color: 2180913.

HSL color Cylindrical-coordinate representation of color #314721: hue angle of 94.74º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #314721 is Cyan = 0.31, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.72.

Color convert

RGB497133-
CMYK0.3100.540.72
HSL94.74º36.54%20.39%-
HSV(B)94.74º53.52%27.84%-
XYZ3.795.272.26-
YUV60.09112.71120.09-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.03%
GREEN value IS 71 (28.12% from 255) = 46.41%
BLUE value IS 33 (13.28% from 255) = 21.57%
R=32.03%
G=46.41%
B=21.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4971330.3100.540.7294.7436.5420.39
Hex3147211F036485f2514
Octal6110741370661101374524
Binary11000110001111000011111101101101001000101111110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314721; }

 p { color: rgb(49,71,33); }

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

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

 a { background-color: rgb(49,71,33); }

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

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

 span { border-color: rgb(49,71,33); }

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