#34501B

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

Shades of Seaweed #34501B

Tints of Seaweed #34501B

Color information

#34501B (or 0x34501B) is unknown color: approx Seaweed. HEX triplet: 34, 50 and 1B. RGB value is (52,80,27). Sum of RGB (Red+Green+Blue) = 52+80+27=159 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.70% from 159); Green value is 80 (31.64% from 255 or 50.31% from 159); Blue value is 27 (10.94% from 255 or 16.98% from 159); Max value from RGB is 80 - color contains mainly: green. Hex color #34501B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34501B is #CBAFE4. Grayscale: #414141. Windows color (decimal): -13348837 or 1790004. OLE color: 1790004.

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

Color convert

RGB528027-
CMYK0.3500.660.69
HSL91.7º49.53%20.98%-
HSV(B)91.7º66.25%31.37%-
XYZ4.486.552.06-
YUV65.59106.22118.31-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.70%
GREEN value IS 80 (31.64% from 255) = 50.31%
BLUE value IS 27 (10.94% from 255) = 16.98%
R=32.70%
G=50.31%
B=16.98%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5280270.3500.660.6991.749.5320.98
Hex34501B23042455c3215
Octal64120334301021051346225
Binary110100101000011011100011010000101000101101110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34501B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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