#343730

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

Shades of Seaweed #343730

Tints of Seaweed #343730

Color information

#343730 (or 0x343730) is unknown color: approx Seaweed. HEX triplet: 34, 37 and 30. RGB value is (52,55,48). Sum of RGB (Red+Green+Blue) = 52+55+48=155 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.55% from 155); Green value is 55 (21.88% from 255 or 35.48% from 155); Blue value is 48 (19.14% from 255 or 30.97% from 155); Max value from RGB is 55 - color contains mainly: green. Hex color #343730 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343730 is #CBC8CF. Grayscale: #353535. Windows color (decimal): -13355216 or 3159860. OLE color: 3159860.

HSL color Cylindrical-coordinate representation of color #343730: hue angle of 85.71º degrees, saturation: 0.07, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #343730 is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.78.

Color convert

RGB525548-
CMYK0.0500.130.78
HSL85.71º6.8%20.2%-
HSV(B)85.71º12.73%21.57%-
XYZ3.323.683.33-
YUV53.3125.01127.07-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.55%
GREEN value IS 55 (21.88% from 255) = 35.48%
BLUE value IS 48 (19.14% from 255) = 30.97%
R=33.55%
G=35.48%
B=30.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5255480.0500.130.7885.716.820.2
Hex34373050D4E56714
Octal6467605015116126724
Binary110100110111110000101011011001110101011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343730; }

 p { color: rgb(52,55,48); }

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

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

 a { background-color: rgb(52,55,48); }

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

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

 span { border-color: rgb(52,55,48); }

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