#34521D

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

Shades of Seaweed #34521D

Tints of Seaweed #34521D

Color information

#34521D (or 0x34521D) is unknown color: approx Seaweed. HEX triplet: 34, 52 and 1D. RGB value is (52,82,29). Sum of RGB (Red+Green+Blue) = 52+82+29=163 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.90% from 163); Green value is 82 (32.42% from 255 or 50.31% from 163); Blue value is 29 (11.72% from 255 or 17.79% from 163); Max value from RGB is 82 - color contains mainly: green. Hex color #34521D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34521D is #CBADE2. Grayscale: #434343. Windows color (decimal): -13348323 or 1921588. OLE color: 1921588.

HSL color Cylindrical-coordinate representation of color #34521D: hue angle of 93.96º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #34521D is Cyan = 0.37, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB528229-
CMYK0.3700.650.68
HSL93.96º47.75%21.76%-
HSV(B)93.96º64.63%32.16%-
XYZ4.666.852.24-
YUV66.99106.56117.31-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.90%
GREEN value IS 82 (32.42% from 255) = 50.31%
BLUE value IS 29 (11.72% from 255) = 17.79%
R=31.90%
G=50.31%
B=17.79%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5282290.3700.650.6893.9647.7521.76
Hex34521D25041445e3016
Octal64122354501011041366026
Binary110100101001011101100101010000011000100101111011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34521D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34521D; }

 p { color: rgb(52,82,29); }

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

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

 a { background-color: rgb(52,82,29); }

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

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

 span { border-color: rgb(52,82,29); }

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