Html Css Color HEX #354128 Seaweed

📋 copy color: '#354128'

red 53 ◦ green 65 ◦ blue 40

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

Shades of Seaweed #354128

Tints of Seaweed #354128

RGB

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

 GREEN value IS 65 (25.78% from 255) = 41.14%

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

R = 33.54%
G = 41.14%
B = 25.32%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.38

 K value IS 0.75

RGB Variations

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

Color information

#354128 (or 0x354128) is known color: Seaweed. HEX triplet: 35, 41 and 28. RGB value is (53,65,40). Sum of RGB (Red+Green+Blue) = 53+65+40=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 65 (25.78% from 255 or 41.14% from 158); Blue value is 40 (16.02% from 255 or 25.32% from 158); Max value from RGB is 65 - color contains mainly: green. Hex color #354128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354128 is #CABED7. Grayscale: #3A3A3A. Windows color (decimal): -13287128 or 2638133. OLE color: 2638133.

HSL color Cylindrical-coordinate representation of color #354128: hue angle of 88.8º 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 #354128 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB 53 65 40 -
CMYK 0.18 0 0.38 0.75
HSL 88.8º 0.24% 0.21% -
HSV(B) 88.8º 0.38% 0.25% -
XYZ 3.74 4.69 2.72 -
YUV 58.56 117.52 124.03 -
System Red Green Blue C M Y K H S L
Decimal 53 65 40 0.18 0 0.38 0.75 88.8 0.24 0.21
Hex 35 41 28 12 0 26 4B 59 18 15
Octal 65 101 50 22 0 46 113 131 30 25
Binary 110101 1000001 101000 10010 0 100110 1001011 1011001 11000 10101

Color Harmonies of #354128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354128

Black with #354128

Text Example


Text Example

White with #354128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354128; }

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

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

background-color css

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

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

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

border-color css

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

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

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