#34471F

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

Shades of Seaweed #34471F

Tints of Seaweed #34471F

Color information

#34471F (or 0x34471F) is unknown color: approx Seaweed. HEX triplet: 34, 47 and 1F. RGB value is (52,71,31). Sum of RGB (Red+Green+Blue) = 52+71+31=154 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.77% from 154); Green value is 71 (28.12% from 255 or 46.10% from 154); Blue value is 31 (12.5% from 255 or 20.13% from 154); Max value from RGB is 71 - color contains mainly: green. Hex color #34471F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34471F is #CBB8E0. Grayscale: #3C3C3C. Windows color (decimal): -13351137 or 2049844. OLE color: 2049844.

HSL color Cylindrical-coordinate representation of color #34471F: hue angle of 88.5º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #34471F is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB527131-
CMYK0.2700.560.72
HSL88.5º39.22%20%-
HSV(B)88.5º56.34%27.84%-
XYZ3.925.342.12-
YUV60.76111.21121.75-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.77%
GREEN value IS 71 (28.12% from 255) = 46.10%
BLUE value IS 31 (12.5% from 255) = 20.13%
R=33.77%
G=46.10%
B=20.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5271310.2700.560.7288.539.2220
Hex34471F1B03848582714
Octal6410737330701101304724
Binary1101001000111111111101101110001001000101100010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34471F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34471F; }

 p { color: rgb(52,71,31); }

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

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

 a { background-color: rgb(52,71,31); }

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

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

 span { border-color: rgb(52,71,31); }

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