Html Css Color HEX #354428 Seaweed

📋 copy color: '#354428'

red 53 ◦ green 68 ◦ blue 40

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

Shades of Seaweed #354428

Tints of Seaweed #354428

RGB

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

 GREEN value IS 68 (26.95% from 255) = 42.24%

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

R = 32.92%
G = 42.24%
B = 24.84%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#354428 (or 0x354428) is known color: Seaweed. HEX triplet: 35, 44 and 28. RGB value is (53,68,40). Sum of RGB (Red+Green+Blue) = 53+68+40=161 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.92% from 161); Green value is 68 (26.95% from 255 or 42.24% from 161); Blue value is 40 (16.02% from 255 or 24.84% from 161); Max value from RGB is 68 - color contains mainly: green. Hex color #354428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354428 is #CABBD7. Grayscale: #3C3C3C. Windows color (decimal): -13286360 or 2638901. OLE color: 2638901.

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

Color convert

RGB 53 68 40 -
CMYK 0.22 0 0.41 0.73
HSL 92.14º 0.26% 0.21% -
HSV(B) 92.14º 0.41% 0.27% -
XYZ 3.92 5.04 2.77 -
YUV 60.32 116.53 122.78 -
System Red Green Blue C M Y K H S L
Decimal 53 68 40 0.22 0 0.41 0.73 92.14 0.26 0.21
Hex 35 44 28 16 0 29 49 5C 1A 15
Octal 65 104 50 26 0 51 111 134 32 25
Binary 110101 1000100 101000 10110 0 101001 1001001 1011100 11010 10101

Color Harmonies of #354428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354428

Black with #354428

Text Example


Text Example

White with #354428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354428; }

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

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

background-color css

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

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

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

border-color css

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

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

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