Html Css Color HEX #354227 Seaweed

📋 copy color: '#354227'

red 53 ◦ green 66 ◦ blue 39

#354227
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seaweed #354227

Tints of Seaweed #354227

RGB

 RED value IS 53 (21.09% from 255) = 33.54%

 GREEN value IS 66 (26.17% from 255) = 41.77%

 BLUE value IS 39 (15.63% from 255) = 24.68%

R = 33.54%
G = 41.77%
B = 24.68%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.41

 K value IS 0.74

RGB Variations

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

Color information

#354227 (or 0x354227) is known color: Seaweed. HEX triplet: 35, 42 and 27. RGB value is (53,66,39). Sum of RGB (Red+Green+Blue) = 53+66+39=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 66 (26.17% from 255 or 41.77% from 158); Blue value is 39 (15.62% from 255 or 24.68% from 158); Max value from RGB is 66 - color contains mainly: green. Hex color #354227 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354227 is #CABDD8. Grayscale: #3B3B3B. Windows color (decimal): -13286873 or 2572853. OLE color: 2572853.

HSL color Cylindrical-coordinate representation of color #354227: hue angle of 88.89º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #354227 is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.74.

Color convert

RGB 53 66 39 -
CMYK 0.20 0 0.41 0.74
HSL 88.89º 0.26% 0.21% -
HSV(B) 88.89º 0.41% 0.26% -
XYZ 3.78 4.8 2.65 -
YUV 59.04 116.69 123.7 -
System Red Green Blue C M Y K H S L
Decimal 53 66 39 0.20 0 0.41 0.74 88.89 0.26 0.21
Hex 35 42 27 14 0 29 4A 59 1A 15
Octal 65 102 47 24 0 51 112 131 32 25
Binary 110101 1000010 100111 10100 0 101001 1001010 1011001 11010 10101

Color Harmonies of #354227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354227

Black with #354227

Text Example


Text Example

White with #354227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354227; }

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

 H1.HeaderClassName
 {
   color: #354227;
 }
 .AnyTagClassName
 {
   color: #354227;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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