#34421F

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

Shades of Seaweed #34421F

Tints of Seaweed #34421F

Color information

#34421F (or 0x34421F) is unknown color: approx Seaweed. HEX triplet: 34, 42 and 1F. RGB value is (52,66,31). Sum of RGB (Red+Green+Blue) = 52+66+31=149 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.90% from 149); Green value is 66 (26.17% from 255 or 44.30% from 149); Blue value is 31 (12.5% from 255 or 20.81% from 149); Max value from RGB is 66 - color contains mainly: green. Hex color #34421F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34421F is #CBBDE0. Grayscale: #393939. Windows color (decimal): -13352417 or 2048564. OLE color: 2048564.

HSL color Cylindrical-coordinate representation of color #34421F: hue angle of 84º degrees, saturation: 0.36, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #34421F is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.74.

Color convert

RGB526631-
CMYK0.2100.530.74
HSL84º36.08%19.02%-
HSV(B)84º53.03%25.88%-
XYZ3.614.732.02-
YUV57.82112.86123.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 34.90%
GREEN value IS 66 (26.17% from 255) = 44.30%
BLUE value IS 31 (12.5% from 255) = 20.81%
R=34.90%
G=44.30%
B=20.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5266310.2100.530.748436.0819.02
Hex34421F150354A542413
Octal6410237250651121244423
Binary1101001000010111111010101101011001010101010010010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34421F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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