#34382E

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

Shades of Seaweed #34382E

Tints of Seaweed #34382E

Color information

#34382E (or 0x34382E) is unknown color: approx Seaweed. HEX triplet: 34, 38 and 2E. RGB value is (52,56,46). Sum of RGB (Red+Green+Blue) = 52+56+46=154 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.77% from 154); Green value is 56 (22.27% from 255 or 36.36% from 154); Blue value is 46 (18.36% from 255 or 29.87% from 154); Max value from RGB is 56 - color contains mainly: green. Hex color #34382E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34382E is #CBC7D1. Grayscale: #353535. Windows color (decimal): -13354962 or 3029044. OLE color: 3029044.

HSL color Cylindrical-coordinate representation of color #34382E: hue angle of 84º 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 #34382E is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB525646-
CMYK0.0700.180.78
HSL84º9.8%20%-
HSV(B)84º17.86%21.96%-
XYZ3.323.763.13-
YUV53.66123.67126.81-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.77%
GREEN value IS 56 (22.27% from 255) = 36.36%
BLUE value IS 46 (18.36% from 255) = 29.87%
R=33.77%
G=36.36%
B=29.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5256460.0700.180.78849.820
Hex34382E70124E54a14
Octal64705670221161241224
Binary11010011100010111011101001010011101010100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34382E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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