#344420

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

Shades of Seaweed #344420

Tints of Seaweed #344420

Color information

#344420 (or 0x344420) is unknown color: approx Seaweed. HEX triplet: 34, 44 and 20. RGB value is (52,68,32). Sum of RGB (Red+Green+Blue) = 52+68+32=152 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.21% from 152); Green value is 68 (26.95% from 255 or 44.74% from 152); Blue value is 32 (12.89% from 255 or 21.05% from 152); Max value from RGB is 68 - color contains mainly: green. Hex color #344420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344420 is #CBBBDF. Grayscale: #3B3B3B. Windows color (decimal): -13351904 or 2114612. OLE color: 2114612.

HSL color Cylindrical-coordinate representation of color #344420: hue angle of 86.67º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #344420 is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.73.

Color convert

RGB526832-
CMYK0.2400.530.73
HSL86.67º36%19.61%-
HSV(B)86.67º52.94%26.67%-
XYZ3.744.972.13-
YUV59.11112.7122.93-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 34.21%
GREEN value IS 68 (26.95% from 255) = 44.74%
BLUE value IS 32 (12.89% from 255) = 21.05%
R=34.21%
G=44.74%
B=21.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5268320.2400.530.7386.673619.61
Hex3444201803549572414
Octal6410440300651111274424
Binary11010010001001000001100001101011001001101011110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344420; }

 p { color: rgb(52,68,32); }

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

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

 a { background-color: rgb(52,68,32); }

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

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

 span { border-color: rgb(52,68,32); }

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