#34392E

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

Shades of Seaweed #34392E

Tints of Seaweed #34392E

Color information

#34392E (or 0x34392E) is unknown color: approx Seaweed. HEX triplet: 34, 39 and 2E. RGB value is (52,57,46). Sum of RGB (Red+Green+Blue) = 52+57+46=155 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.55% from 155); Green value is 57 (22.66% from 255 or 36.77% from 155); Blue value is 46 (18.36% from 255 or 29.68% from 155); Max value from RGB is 57 - color contains mainly: green. Hex color #34392E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34392E is #CBC6D1. Grayscale: #363636. Windows color (decimal): -13354706 or 3029300. OLE color: 3029300.

HSL color Cylindrical-coordinate representation of color #34392E: hue angle of 87.27º degrees, saturation: 0.11, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #34392E is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.78.

Color convert

RGB525746-
CMYK0.0900.190.78
HSL87.27º10.68%20.2%-
HSV(B)87.27º19.3%22.35%-
XYZ3.373.853.15-
YUV54.25123.34126.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.55%
GREEN value IS 57 (22.66% from 255) = 36.77%
BLUE value IS 46 (18.36% from 255) = 29.68%
R=33.55%
G=36.77%
B=29.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5257460.0900.190.7887.2710.6820.2
Hex34392E90134E57b14
Octal647156110231161271324
Binary110100111001101110100101001110011101010111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34392E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34392E; }

 p { color: rgb(52,57,46); }

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

<style>
 a { background-color: #34392E; }

 a { background-color: rgb(52,57,46); }

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

<style>
 span { border-color: #34392E; }

 span { border-color: rgb(52,57,46); }

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