Html Css Color HEX #366549 Plantation

📋 copy color: '#366549'

red 54 ◦ green 101 ◦ blue 73

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

Shades of Plantation #366549

Tints of Plantation #366549

RGB

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

 GREEN value IS 101 (39.84% from 255) = 44.3%

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

R = 23.68%
G = 44.3%
B = 32.02%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.28

 K value IS 0.60

RGB Variations

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

Color information

#366549 (or 0x366549) is known color: Plantation. HEX triplet: 36, 65 and 49. RGB value is (54,101,73). Sum of RGB (Red+Green+Blue) = 54+101+73=228 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.68% from 228); Green value is 101 (39.84% from 255 or 44.30% from 228); Blue value is 73 (28.91% from 255 or 32.02% from 228); Max value from RGB is 101 - color contains mainly: green. Hex color #366549 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366549 is #C99AB6. Grayscale: #535353. Windows color (decimal): -13212343 or 4810038. OLE color: 4810038.

HSL color Cylindrical-coordinate representation of color #366549: hue angle of 144.26º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #366549 is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.60.

Color convert

RGB 54 101 73 -
CMYK 0.47 0 0.28 0.60
HSL 144.26º 0.3% 0.3% -
HSV(B) 144.26º 0.47% 0.4% -
XYZ 7.38 10.57 7.96 -
YUV 83.76 121.93 106.78 -
System Red Green Blue C M Y K H S L
Decimal 54 101 73 0.47 0 0.28 0.60 144.26 0.3 0.3
Hex 36 65 49 2F 0 1C 3C 90 1E 1E
Octal 66 145 111 57 0 34 74 220 36 36
Binary 110110 1100101 1001001 101111 0 11100 111100 10010000 11110 11110

Color Harmonies of #366549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366549

Black with #366549

Text Example


Text Example

White with #366549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366549; }

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

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

background-color css

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

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

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

border-color css

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

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

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