Html Css Color HEX #354820 Seaweed

📋 copy color: '#354820'

red 53 ◦ green 72 ◦ blue 32

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

Shades of Seaweed #354820

Tints of Seaweed #354820

RGB

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

 GREEN value IS 72 (28.52% from 255) = 45.86%

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

R = 33.76%
G = 45.86%
B = 20.38%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#354820 (or 0x354820) is known color: Seaweed. HEX triplet: 35, 48 and 20. RGB value is (53,72,32). Sum of RGB (Red+Green+Blue) = 53+72+32=157 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.76% from 157); Green value is 72 (28.52% from 255 or 45.86% from 157); Blue value is 32 (12.89% from 255 or 20.38% from 157); Max value from RGB is 72 - color contains mainly: green. Hex color #354820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354820 is #CAB7DF. Grayscale: #3D3D3D. Windows color (decimal): -13285344 or 2115637. OLE color: 2115637.

HSL color Cylindrical-coordinate representation of color #354820: hue angle of 88.5º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #354820 is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB 53 72 32 -
CMYK 0.26 0 0.56 0.72
HSL 88.5º 0.38% 0.2% -
HSV(B) 88.5º 0.56% 0.28% -
XYZ 4.05 5.5 2.21 -
YUV 61.76 111.21 121.75 -
System Red Green Blue C M Y K H S L
Decimal 53 72 32 0.26 0 0.56 0.72 88.5 0.38 0.2
Hex 35 48 20 1A 0 38 48 58 26 14
Octal 65 110 40 32 0 70 110 130 46 24
Binary 110101 1001000 100000 11010 0 111000 1001000 1011000 100110 10100

Color Harmonies of #354820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354820

Black with #354820

Text Example


Text Example

White with #354820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354820; }

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

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

background-color css

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

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

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

border-color css

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

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

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