#34541B

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

Shades of Seaweed #34541B

Tints of Seaweed #34541B

Color information

#34541B (or 0x34541B) is unknown color: approx Seaweed. HEX triplet: 34, 54 and 1B. RGB value is (52,84,27). Sum of RGB (Red+Green+Blue) = 52+84+27=163 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.90% from 163); Green value is 84 (33.20% from 255 or 51.53% from 163); Blue value is 27 (10.94% from 255 or 16.56% from 163); Max value from RGB is 84 - color contains mainly: green. Hex color #34541B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34541B is #CBABE4. Grayscale: #444444. Windows color (decimal): -13347813 or 1791028. OLE color: 1791028.

HSL color Cylindrical-coordinate representation of color #34541B: hue angle of 93.68º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #34541B is Cyan = 0.38, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB528427-
CMYK0.3800.680.67
HSL93.68º51.35%21.76%-
HSV(B)93.68º67.86%32.94%-
XYZ4.787.152.16-
YUV67.93104.9116.63-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.90%
GREEN value IS 84 (33.20% from 255) = 51.53%
BLUE value IS 27 (10.94% from 255) = 16.56%
R=31.90%
G=51.53%
B=16.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5284270.3800.680.6793.6851.3521.76
Hex34541B26044435e3316
Octal64124334601041031366326
Binary110100101010011011100110010001001000011101111011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34541B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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