#34511D

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

Shades of Seaweed #34511D

Tints of Seaweed #34511D

Color information

#34511D (or 0x34511D) is unknown color: approx Seaweed. HEX triplet: 34, 51 and 1D. RGB value is (52,81,29). Sum of RGB (Red+Green+Blue) = 52+81+29=162 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.10% from 162); Green value is 81 (32.03% from 255 or 50% from 162); Blue value is 29 (11.72% from 255 or 17.90% from 162); Max value from RGB is 81 - color contains mainly: green. Hex color #34511D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34511D is #CBAEE2. Grayscale: #424242. Windows color (decimal): -13348579 or 1921332. OLE color: 1921332.

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

Color convert

RGB528129-
CMYK0.3600.640.68
HSL93.46º47.27%21.57%-
HSV(B)93.46º64.2%31.76%-
XYZ4.586.72.21-
YUV66.4106.89117.73-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.10%
GREEN value IS 81 (32.03% from 255) = 50%
BLUE value IS 29 (11.72% from 255) = 17.90%
R=32.10%
G=50%
B=17.90%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5281290.3600.640.6893.4647.2721.57
Hex34511D24040445d2f16
Octal64121354401001041355726
Binary110100101000111101100100010000001000100101110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34511D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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