#354E1B

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

Shades of Seaweed #354E1B

Tints of Seaweed #354E1B

Color information

#354E1B (or 0x354E1B) is unknown color: approx Seaweed. HEX triplet: 35, 4E and 1B. RGB value is (53,78,27). Sum of RGB (Red+Green+Blue) = 53+78+27=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 78 (30.86% from 255 or 49.37% from 158); Blue value is 27 (10.94% from 255 or 17.09% from 158); Max value from RGB is 78 - color contains mainly: green. Hex color #354E1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #354E1B is #CAB1E4. Grayscale: #404040. Windows color (decimal): -13283813 or 1789493. OLE color: 1789493.

HSL color Cylindrical-coordinate representation of color #354E1B: hue angle of 89.41º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #354E1B is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.69.

Color convert

RGB537827-
CMYK0.3200.650.69
HSL89.41º48.57%20.59%-
HSV(B)89.41º65.38%30.59%-
XYZ4.396.282.02-
YUV64.71106.72119.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.54%
GREEN value IS 78 (30.86% from 255) = 49.37%
BLUE value IS 27 (10.94% from 255) = 17.09%
R=33.54%
G=49.37%
B=17.09%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5378270.3200.650.6989.4148.5720.59
Hex354E1B2004145593115
Octal65116334001011051316125
Binary110101100111011011100000010000011000101101100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354E1B; }

 p { color: rgb(53,78,27); }

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

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

 a { background-color: rgb(53,78,27); }

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

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

 span { border-color: rgb(53,78,27); }

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