Html Css Color HEX #366249 Plantation

📋 copy color: '#366249'

red 54 ◦ green 98 ◦ blue 73

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

Shades of Plantation #366249

Tints of Plantation #366249

RGB

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

 GREEN value IS 98 (38.67% from 255) = 43.56%

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

R = 24%
G = 43.56%
B = 32.44%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#366249 (or 0x366249) is known color: Plantation. HEX triplet: 36, 62 and 49. RGB value is (54,98,73). Sum of RGB (Red+Green+Blue) = 54+98+73=225 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24% from 225); Green value is 98 (38.67% from 255 or 43.56% from 225); Blue value is 73 (28.91% from 255 or 32.44% from 225); Max value from RGB is 98 - color contains mainly: green. Hex color #366249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366249 is #C99DB6. Grayscale: #525252. Windows color (decimal): -13213111 or 4809270. OLE color: 4809270.

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

Color convert

RGB 54 98 73 -
CMYK 0.45 0 0.26 0.62
HSL 145.91º 0.29% 0.3% -
HSV(B) 145.91º 0.45% 0.38% -
XYZ 7.09 10 7.86 -
YUV 81.99 122.92 108.03 -
System Red Green Blue C M Y K H S L
Decimal 54 98 73 0.45 0 0.26 0.62 145.91 0.29 0.3
Hex 36 62 49 2D 0 1A 3E 92 1D 1E
Octal 66 142 111 55 0 32 76 222 35 36
Binary 110110 1100010 1001001 101101 0 11010 111110 10010010 11101 11110

Color Harmonies of #366249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366249

Black with #366249

Text Example


Text Example

White with #366249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366249; }

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

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

background-color css

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

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

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

border-color css

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

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

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