Html Css Color HEX #354920 Seaweed

📋 copy color: '#354920'

red 53 ◦ green 73 ◦ blue 32

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

Shades of Seaweed #354920

Tints of Seaweed #354920

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 20.25%

R = 33.54%
G = 46.2%
B = 20.25%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.56

 K value IS 0.71

RGB Variations

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

Color information

#354920 (or 0x354920) is known color: Seaweed. HEX triplet: 35, 49 and 20. RGB value is (53,73,32). Sum of RGB (Red+Green+Blue) = 53+73+32=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 73 (28.91% from 255 or 46.20% from 158); Blue value is 32 (12.89% from 255 or 20.25% from 158); Max value from RGB is 73 - color contains mainly: green. Hex color #354920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354920 is #CAB6DF. Grayscale: #3E3E3E. Windows color (decimal): -13285088 or 2115893. OLE color: 2115893.

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

Color convert

RGB 53 73 32 -
CMYK 0.27 0 0.56 0.71
HSL 89.27º 0.39% 0.21% -
HSV(B) 89.27º 0.56% 0.29% -
XYZ 4.11 5.63 2.24 -
YUV 62.35 110.87 121.33 -
System Red Green Blue C M Y K H S L
Decimal 53 73 32 0.27 0 0.56 0.71 89.27 0.39 0.21
Hex 35 49 20 1B 0 38 47 59 27 15
Octal 65 111 40 33 0 70 107 131 47 25
Binary 110101 1001001 100000 11011 0 111000 1000111 1011001 100111 10101

Color Harmonies of #354920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354920

Black with #354920

Text Example


Text Example

White with #354920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354920; }

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

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

background-color css

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

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

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

border-color css

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

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

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