#34392F

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

Shades of Seaweed #34392F

Tints of Seaweed #34392F

Color information

#34392F (or 0x34392F) is unknown color: approx Seaweed. HEX triplet: 34, 39 and 2F. RGB value is (52,57,47). Sum of RGB (Red+Green+Blue) = 52+57+47=156 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.33% from 156); Green value is 57 (22.66% from 255 or 36.54% from 156); Blue value is 47 (18.75% from 255 or 30.13% from 156); Max value from RGB is 57 - color contains mainly: green. Hex color #34392F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34392F is #CBC6D0. Grayscale: #363636. Windows color (decimal): -13354705 or 3094836. OLE color: 3094836.

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

Color convert

RGB525747-
CMYK0.0900.180.78
HSL90º9.62%20.39%-
HSV(B)90º17.54%22.35%-
XYZ3.393.863.26-
YUV54.36123.84126.31-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.33%
GREEN value IS 57 (22.66% from 255) = 36.54%
BLUE value IS 47 (18.75% from 255) = 30.13%
R=33.33%
G=36.54%
B=30.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5257470.0900.180.78909.6220.39
Hex34392F90124E5aa14
Octal647157110221161321224
Binary110100111001101111100101001010011101011010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34392F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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