#34451F

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

Shades of Seaweed #34451F

Tints of Seaweed #34451F

Color information

#34451F (or 0x34451F) is unknown color: approx Seaweed. HEX triplet: 34, 45 and 1F. RGB value is (52,69,31). Sum of RGB (Red+Green+Blue) = 52+69+31=152 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.21% from 152); Green value is 69 (27.34% from 255 or 45.39% from 152); Blue value is 31 (12.5% from 255 or 20.39% from 152); Max value from RGB is 69 - color contains mainly: green. Hex color #34451F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34451F is #CBBAE0. Grayscale: #3B3B3B. Windows color (decimal): -13351649 or 2049332. OLE color: 2049332.

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

Color convert

RGB526931-
CMYK0.2500.550.73
HSL86.84º38%19.61%-
HSV(B)86.84º55.07%27.06%-
XYZ3.795.092.08-
YUV59.58111.87122.59-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 34.21%
GREEN value IS 69 (27.34% from 255) = 45.39%
BLUE value IS 31 (12.5% from 255) = 20.39%
R=34.21%
G=45.39%
B=20.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5269310.2500.550.7386.843819.61
Hex34451F1903749572614
Octal6410537310671111274624
Binary1101001000101111111100101101111001001101011110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34451F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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