#34501E

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

Shades of Seaweed #34501E

Tints of Seaweed #34501E

Color information

#34501E (or 0x34501E) is unknown color: approx Seaweed. HEX triplet: 34, 50 and 1E. RGB value is (52,80,30). Sum of RGB (Red+Green+Blue) = 52+80+30=162 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.10% from 162); Green value is 80 (31.64% from 255 or 49.38% from 162); Blue value is 30 (12.11% from 255 or 18.52% from 162); Max value from RGB is 80 - color contains mainly: green. Hex color #34501E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34501E is #CBAFE1. Grayscale: #424242. Windows color (decimal): -13348834 or 1986612. OLE color: 1986612.

HSL color Cylindrical-coordinate representation of color #34501E: hue angle of 93.6º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #34501E is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB528030-
CMYK0.3500.620.69
HSL93.6º45.45%21.57%-
HSV(B)93.6º62.5%31.37%-
XYZ4.526.562.26-
YUV65.93107.72118.07-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.10%
GREEN value IS 80 (31.64% from 255) = 49.38%
BLUE value IS 30 (12.11% from 255) = 18.52%
R=32.10%
G=49.38%
B=18.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5280300.3500.620.6993.645.4521.57
Hex34501E2303E455e2d16
Octal6412036430761051365526
Binary11010010100001111010001101111101000101101111010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34501E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34501E; }

 p { color: rgb(52,80,30); }

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

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

 a { background-color: rgb(52,80,30); }

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

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

 span { border-color: rgb(52,80,30); }

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