#34541A

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

Shades of Seaweed #34541A

Tints of Seaweed #34541A

Color information

#34541A (or 0x34541A) is unknown color: approx Seaweed. HEX triplet: 34, 54 and 1A. RGB value is (52,84,26). Sum of RGB (Red+Green+Blue) = 52+84+26=162 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.10% from 162); Green value is 84 (33.20% from 255 or 51.85% from 162); Blue value is 26 (10.55% from 255 or 16.05% from 162); Max value from RGB is 84 - color contains mainly: green. Hex color #34541A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34541A is #CBABE5. Grayscale: #444444. Windows color (decimal): -13347814 or 1725492. OLE color: 1725492.

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

Color convert

RGB528426-
CMYK0.3800.690.67
HSL93.1º52.73%21.57%-
HSV(B)93.1º69.05%32.94%-
XYZ4.777.152.1-
YUV67.82104.4116.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.10%
GREEN value IS 84 (33.20% from 255) = 51.85%
BLUE value IS 26 (10.55% from 255) = 16.05%
R=32.10%
G=51.85%
B=16.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5284260.3800.690.6793.152.7321.57
Hex34541A26045435d3516
Octal64124324601051031356526
Binary110100101010011010100110010001011000011101110111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34541A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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