#354127

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

Shades of Seaweed #354127

Tints of Seaweed #354127

Color information

#354127 (or 0x354127) is unknown color: approx Seaweed. HEX triplet: 35, 41 and 27. RGB value is (53,65,39). Sum of RGB (Red+Green+Blue) = 53+65+39=157 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.76% from 157); Green value is 65 (25.78% from 255 or 41.40% from 157); Blue value is 39 (15.62% from 255 or 24.84% from 157); Max value from RGB is 65 - color contains mainly: green. Hex color #354127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354127 is #CABED8. Grayscale: #3A3A3A. Windows color (decimal): -13287129 or 2572597. OLE color: 2572597.

HSL color Cylindrical-coordinate representation of color #354127: hue angle of 87.69º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #354127 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.75.

Color convert

RGB536539-
CMYK0.1800.400.75
HSL87.69º25%20.39%-
HSV(B)87.69º40%25.49%-
XYZ3.724.682.63-
YUV58.45117.02124.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.76%
GREEN value IS 65 (25.78% from 255) = 41.40%
BLUE value IS 39 (15.62% from 255) = 24.84%
R=33.76%
G=41.40%
B=24.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5365390.1800.400.7587.692520.39
Hex354127120284B581914
Octal6510147220501131303124
Binary1101011000001100111100100101000100101110110001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354127; }

 p { color: rgb(53,65,39); }

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

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

 a { background-color: rgb(53,65,39); }

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

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

 span { border-color: rgb(53,65,39); }

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