Html Css Color HEX #354924 Seaweed

📋 copy color: '#354924'

red 53 ◦ green 73 ◦ blue 36

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

Shades of Seaweed #354924

Tints of Seaweed #354924

RGB

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

 GREEN value IS 73 (28.91% from 255) = 45.06%

 BLUE value IS 36 (14.45% from 255) = 22.22%

R = 32.72%
G = 45.06%
B = 22.22%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.51

 K value IS 0.71

RGB Variations

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

Color information

#354924 (or 0x354924) is known color: Seaweed. HEX triplet: 35, 49 and 24. RGB value is (53,73,36). Sum of RGB (Red+Green+Blue) = 53+73+36=162 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.72% from 162); Green value is 73 (28.91% from 255 or 45.06% from 162); Blue value is 36 (14.45% from 255 or 22.22% from 162); Max value from RGB is 73 - color contains mainly: green. Hex color #354924 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354924 is #CAB6DB. Grayscale: #3E3E3E. Windows color (decimal): -13285084 or 2378037. OLE color: 2378037.

HSL color Cylindrical-coordinate representation of color #354924: hue angle of 92.43º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #354924 is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.71.

Color convert

RGB 53 73 36 -
CMYK 0.27 0 0.51 0.71
HSL 92.43º 0.34% 0.21% -
HSV(B) 92.43º 0.51% 0.29% -
XYZ 4.17 5.65 2.54 -
YUV 62.8 112.87 121.01 -
System Red Green Blue C M Y K H S L
Decimal 53 73 36 0.27 0 0.51 0.71 92.43 0.34 0.21
Hex 35 49 24 1B 0 33 47 5C 22 15
Octal 65 111 44 33 0 63 107 134 42 25
Binary 110101 1001001 100100 11011 0 110011 1000111 1011100 100010 10101

Color Harmonies of #354924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354924

Black with #354924

Text Example


Text Example

White with #354924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354924; }

 p { color: rgb(53,73,36); }

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

background-color css

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

 a { background-color: rgb(53,73,36); }

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

border-color css

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

 span { border-color: rgb(53,73,36); }

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