#34481F

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

Shades of Seaweed #34481F

Tints of Seaweed #34481F

Color information

#34481F (or 0x34481F) is unknown color: approx Seaweed. HEX triplet: 34, 48 and 1F. RGB value is (52,72,31). Sum of RGB (Red+Green+Blue) = 52+72+31=155 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.55% from 155); Green value is 72 (28.52% from 255 or 46.45% from 155); Blue value is 31 (12.5% from 255 or 20% from 155); Max value from RGB is 72 - color contains mainly: green. Hex color #34481F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34481F is #CBB7E0. Grayscale: #3D3D3D. Windows color (decimal): -13350881 or 2050100. OLE color: 2050100.

HSL color Cylindrical-coordinate representation of color #34481F: hue angle of 89.27º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #34481F is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.72.

Color convert

RGB527231-
CMYK0.2800.570.72
HSL89.27º39.81%20.2%-
HSV(B)89.27º56.94%28.24%-
XYZ3.985.462.14-
YUV61.35110.87121.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.55%
GREEN value IS 72 (28.52% from 255) = 46.45%
BLUE value IS 31 (12.5% from 255) = 20%
R=33.55%
G=46.45%
B=20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5272310.2800.570.7289.2739.8120.2
Hex34481F1C03948592814
Octal6411037340711101315024
Binary1101001001000111111110001110011001000101100110100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34481F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34481F; }

 p { color: rgb(52,72,31); }

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

<style>
 a { background-color: #34481F; }

 a { background-color: rgb(52,72,31); }

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

<style>
 span { border-color: #34481F; }

 span { border-color: rgb(52,72,31); }

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