Html Css Color HEX #354228 Seaweed

📋 copy color: '#354228'

red 53 ◦ green 66 ◦ blue 40

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

Shades of Seaweed #354228

Tints of Seaweed #354228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 25.16%

R = 33.33%
G = 41.51%
B = 25.16%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.39

 K value IS 0.74

RGB Variations

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

Color information

#354228 (or 0x354228) is known color: Seaweed. HEX triplet: 35, 42 and 28. RGB value is (53,66,40). Sum of RGB (Red+Green+Blue) = 53+66+40=159 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.33% from 159); Green value is 66 (26.17% from 255 or 41.51% from 159); Blue value is 40 (16.02% from 255 or 25.16% from 159); Max value from RGB is 66 - color contains mainly: green. Hex color #354228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354228 is #CABDD7. Grayscale: #3B3B3B. Windows color (decimal): -13286872 or 2638389. OLE color: 2638389.

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

Color convert

RGB 53 66 40 -
CMYK 0.20 0 0.39 0.74
HSL 90º 0.25% 0.21% -
HSV(B) 90º 0.39% 0.26% -
XYZ 3.8 4.81 2.73 -
YUV 59.15 117.19 123.61 -
System Red Green Blue C M Y K H S L
Decimal 53 66 40 0.20 0 0.39 0.74 90 0.25 0.21
Hex 35 42 28 14 0 27 4A 5A 19 15
Octal 65 102 50 24 0 47 112 132 31 25
Binary 110101 1000010 101000 10100 0 100111 1001010 1011010 11001 10101

Color Harmonies of #354228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354228

Black with #354228

Text Example


Text Example

White with #354228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354228; }

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

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

background-color css

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

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

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

border-color css

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

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

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