#34501C

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

Shades of Seaweed #34501C

Tints of Seaweed #34501C

Color information

#34501C (or 0x34501C) is unknown color: approx Seaweed. HEX triplet: 34, 50 and 1C. RGB value is (52,80,28). Sum of RGB (Red+Green+Blue) = 52+80+28=160 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.5% from 160); Green value is 80 (31.64% from 255 or 50% from 160); Blue value is 28 (11.33% from 255 or 17.5% from 160); Max value from RGB is 80 - color contains mainly: green. Hex color #34501C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34501C is #CBAFE3. Grayscale: #414141. Windows color (decimal): -13348836 or 1855540. OLE color: 1855540.

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

Color convert

RGB528028-
CMYK0.3500.650.69
HSL92.31º48.15%21.18%-
HSV(B)92.31º65%31.37%-
XYZ4.496.552.13-
YUV65.7106.72118.23-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.5%
GREEN value IS 80 (31.64% from 255) = 50%
BLUE value IS 28 (11.33% from 255) = 17.5%
R=32.5%
G=50%
B=17.5%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5280280.3500.650.6992.3148.1521.18
Hex34501C23041455c3015
Octal64120344301011051346025
Binary110100101000011100100011010000011000101101110011000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34501C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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