#344128

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

Shades of Seaweed #344128

Tints of Seaweed #344128

Color information

#344128 (or 0x344128) is unknown color: approx Seaweed. HEX triplet: 34, 41 and 28. RGB value is (52,65,40). Sum of RGB (Red+Green+Blue) = 52+65+40=157 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.12% from 157); Green value is 65 (25.78% from 255 or 41.40% from 157); Blue value is 40 (16.02% from 255 or 25.48% from 157); Max value from RGB is 65 - color contains mainly: green. Hex color #344128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344128 is #CBBED7. Grayscale: #3A3A3A. Windows color (decimal): -13352664 or 2638132. OLE color: 2638132.

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

Color convert

RGB526540-
CMYK0.2000.380.75
HSL91.2º23.81%20.59%-
HSV(B)91.2º38.46%25.49%-
XYZ3.694.662.71-
YUV58.26117.69123.53-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.12%
GREEN value IS 65 (25.78% from 255) = 41.40%
BLUE value IS 40 (16.02% from 255) = 25.48%
R=33.12%
G=41.40%
B=25.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5265400.2000.380.7591.223.8120.59
Hex344128140264B5b1815
Octal6410150240461131333025
Binary1101001000001101000101000100110100101110110111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344128; }

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

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

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

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

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

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

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

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