#344122

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

Shades of Seaweed #344122

Tints of Seaweed #344122

Color information

#344122 (or 0x344122) is unknown color: approx Seaweed. HEX triplet: 34, 41 and 22. RGB value is (52,65,34). Sum of RGB (Red+Green+Blue) = 52+65+34=151 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.44% from 151); Green value is 65 (25.78% from 255 or 43.05% from 151); Blue value is 34 (13.67% from 255 or 22.52% from 151); Max value from RGB is 65 - color contains mainly: green. Hex color #344122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344122 is #CBBEDD. Grayscale: #393939. Windows color (decimal): -13352670 or 2244916. OLE color: 2244916.

HSL color Cylindrical-coordinate representation of color #344122: hue angle of 85.16º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #344122 is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.75.

Color convert

RGB526534-
CMYK0.2000.480.75
HSL85.16º31.31%19.41%-
HSV(B)85.16º47.69%25.49%-
XYZ3.64.632.22-
YUV57.58114.69124.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 34.44%
GREEN value IS 65 (25.78% from 255) = 43.05%
BLUE value IS 34 (13.67% from 255) = 22.52%
R=34.44%
G=43.05%
B=22.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5265340.2000.480.7585.1631.3119.41
Hex344122140304B551f13
Octal6410142240601131253723
Binary1101001000001100010101000110000100101110101011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344122; }

 p { color: rgb(52,65,34); }

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

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

 a { background-color: rgb(52,65,34); }

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

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

 span { border-color: rgb(52,65,34); }

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