#34461F

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

Shades of Seaweed #34461F

Tints of Seaweed #34461F

Color information

#34461F (or 0x34461F) is unknown color: approx Seaweed. HEX triplet: 34, 46 and 1F. RGB value is (52,70,31). Sum of RGB (Red+Green+Blue) = 52+70+31=153 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.99% from 153); Green value is 70 (27.73% from 255 or 45.75% from 153); Blue value is 31 (12.5% from 255 or 20.26% from 153); Max value from RGB is 70 - color contains mainly: green. Hex color #34461F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34461F is #CBB9E0. Grayscale: #3C3C3C. Windows color (decimal): -13351393 or 2049588. OLE color: 2049588.

HSL color Cylindrical-coordinate representation of color #34461F: hue angle of 87.69º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #34461F is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB527031-
CMYK0.2600.560.73
HSL87.69º38.61%19.8%-
HSV(B)87.69º55.71%27.45%-
XYZ3.855.212.1-
YUV60.17111.54122.17-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.99%
GREEN value IS 70 (27.73% from 255) = 45.75%
BLUE value IS 31 (12.5% from 255) = 20.26%
R=33.99%
G=45.75%
B=20.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5270310.2600.560.7387.6938.6119.8
Hex34461F1A03849582714
Octal6410637320701111304724
Binary1101001000110111111101001110001001001101100010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34461F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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