Html Css Color HEX #364920 Seaweed

📋 copy color: '#364920'

red 54 ◦ green 73 ◦ blue 32

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

Shades of Seaweed #364920

Tints of Seaweed #364920

RGB

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

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

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

R = 33.96%
G = 45.91%
B = 20.13%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.56

 K value IS 0.71

RGB Variations

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

Color information

#364920 (or 0x364920) is known color: Seaweed. HEX triplet: 36, 49 and 20. RGB value is (54,73,32). Sum of RGB (Red+Green+Blue) = 54+73+32=159 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.96% from 159); Green value is 73 (28.91% from 255 or 45.91% from 159); Blue value is 32 (12.89% from 255 or 20.13% from 159); Max value from RGB is 73 - color contains mainly: green. Hex color #364920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364920 is #C9B6DF. Grayscale: #3E3E3E. Windows color (decimal): -13219552 or 2115894. OLE color: 2115894.

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

Color convert

RGB 54 73 32 -
CMYK 0.26 0 0.56 0.71
HSL 87.8º 0.39% 0.21% -
HSV(B) 87.8º 0.56% 0.29% -
XYZ 4.16 5.65 2.24 -
YUV 62.65 110.71 121.83 -
System Red Green Blue C M Y K H S L
Decimal 54 73 32 0.26 0 0.56 0.71 87.8 0.39 0.21
Hex 36 49 20 1A 0 38 47 58 27 15
Octal 66 111 40 32 0 70 107 130 47 25
Binary 110110 1001001 100000 11010 0 111000 1000111 1011000 100111 10101

Color Harmonies of #364920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364920

Black with #364920

Text Example


Text Example

White with #364920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364920; }

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

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

background-color css

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

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

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

border-color css

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

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

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