Html Css Color HEX #364820 Seaweed

📋 copy color: '#364820'

red 54 ◦ green 72 ◦ blue 32

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

Shades of Seaweed #364820

Tints of Seaweed #364820

RGB

 RED value IS 54 (21.48% from 255) = 34.18%

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

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

R = 34.18%
G = 45.57%
B = 20.25%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#364820 (or 0x364820) is known color: Seaweed. HEX triplet: 36, 48 and 20. RGB value is (54,72,32). Sum of RGB (Red+Green+Blue) = 54+72+32=158 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.18% from 158); Green value is 72 (28.52% from 255 or 45.57% from 158); Blue value is 32 (12.89% from 255 or 20.25% from 158); Max value from RGB is 72 - color contains mainly: green. Hex color #364820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364820 is #C9B7DF. Grayscale: #3E3E3E. Windows color (decimal): -13219808 or 2115638. OLE color: 2115638.

HSL color Cylindrical-coordinate representation of color #364820: hue angle of 87º 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 #364820 is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB 54 72 32 -
CMYK 0.25 0 0.56 0.72
HSL 87º 0.38% 0.2% -
HSV(B) 87º 0.56% 0.28% -
XYZ 4.1 5.52 2.22 -
YUV 62.06 111.04 122.25 -
System Red Green Blue C M Y K H S L
Decimal 54 72 32 0.25 0 0.56 0.72 87 0.38 0.2
Hex 36 48 20 19 0 38 48 57 26 14
Octal 66 110 40 31 0 70 110 127 46 24
Binary 110110 1001000 100000 11001 0 111000 1001000 1010111 100110 10100

Color Harmonies of #364820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364820

Black with #364820

Text Example


Text Example

White with #364820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364820; }

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

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

background-color css

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

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

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

border-color css

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

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

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