Html Css Color HEX #366149 Plantation

📋 copy color: '#366149'

red 54 ◦ green 97 ◦ blue 73

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

Shades of Plantation #366149

Tints of Plantation #366149

RGB

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

 GREEN value IS 97 (38.28% from 255) = 43.3%

 BLUE value IS 73 (28.91% from 255) = 32.59%

R = 24.11%
G = 43.3%
B = 32.59%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#366149 (or 0x366149) is known color: Plantation. HEX triplet: 36, 61 and 49. RGB value is (54,97,73). Sum of RGB (Red+Green+Blue) = 54+97+73=224 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.11% from 224); Green value is 97 (38.28% from 255 or 43.30% from 224); Blue value is 73 (28.91% from 255 or 32.59% from 224); Max value from RGB is 97 - color contains mainly: green. Hex color #366149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366149 is #C99EB6. Grayscale: #515151. Windows color (decimal): -13213367 or 4809014. OLE color: 4809014.

HSL color Cylindrical-coordinate representation of color #366149: hue angle of 146.51º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #366149 is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB 54 97 73 -
CMYK 0.44 0 0.25 0.62
HSL 146.51º 0.28% 0.3% -
HSV(B) 146.51º 0.44% 0.38% -
XYZ 7 9.81 7.83 -
YUV 81.41 123.25 108.45 -
System Red Green Blue C M Y K H S L
Decimal 54 97 73 0.44 0 0.25 0.62 146.51 0.28 0.3
Hex 36 61 49 2C 0 19 3E 93 1C 1E
Octal 66 141 111 54 0 31 76 223 34 36
Binary 110110 1100001 1001001 101100 0 11001 111110 10010011 11100 11110

Color Harmonies of #366149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366149

Black with #366149

Text Example


Text Example

White with #366149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366149; }

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

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

background-color css

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

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

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

border-color css

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

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

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