Html Css Color HEX #364221 Seaweed

📋 copy color: '#364221'

red 54 ◦ green 66 ◦ blue 33

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

Shades of Seaweed #364221

Tints of Seaweed #364221

RGB

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

 GREEN value IS 66 (26.17% from 255) = 43.14%

 BLUE value IS 33 (13.28% from 255) = 21.57%

R = 35.29%
G = 43.14%
B = 21.57%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.5

 K value IS 0.74

RGB Variations

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

Color information

#364221 (or 0x364221) is known color: Seaweed. HEX triplet: 36, 42 and 21. RGB value is (54,66,33). Sum of RGB (Red+Green+Blue) = 54+66+33=153 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.29% from 153); Green value is 66 (26.17% from 255 or 43.14% from 153); Blue value is 33 (13.28% from 255 or 21.57% from 153); Max value from RGB is 66 - color contains mainly: green. Hex color #364221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364221 is #C9BDDE. Grayscale: #3A3A3A. Windows color (decimal): -13221343 or 2179638. OLE color: 2179638.

HSL color Cylindrical-coordinate representation of color #364221: hue angle of 81.82º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #364221 is Cyan = 0.18, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.74.

Color convert

RGB 54 66 33 -
CMYK 0.18 0 0.5 0.74
HSL 81.82º 0.33% 0.19% -
HSV(B) 81.82º 0.5% 0.26% -
XYZ 3.74 4.79 2.17 -
YUV 58.65 113.52 124.68 -
System Red Green Blue C M Y K H S L
Decimal 54 66 33 0.18 0 0.5 0.74 81.82 0.33 0.19
Hex 36 42 21 12 0 32 4A 52 21 13
Octal 66 102 41 22 0 62 112 122 41 23
Binary 110110 1000010 100001 10010 0 110010 1001010 1010010 100001 10011

Color Harmonies of #364221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364221

Black with #364221

Text Example


Text Example

White with #364221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364221; }

 p { color: rgb(54,66,33); }

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

background-color css

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

 a { background-color: rgb(54,66,33); }

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

border-color css

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

 span { border-color: rgb(54,66,33); }

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