Html Css Color HEX #366248 Plantation

📋 copy color: '#366248'

red 54 ◦ green 98 ◦ blue 72

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

Shades of Plantation #366248

Tints of Plantation #366248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 32.14%

R = 24.11%
G = 43.75%
B = 32.14%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#366248 (or 0x366248) is known color: Plantation. HEX triplet: 36, 62 and 48. RGB value is (54,98,72). Sum of RGB (Red+Green+Blue) = 54+98+72=224 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.11% from 224); Green value is 98 (38.67% from 255 or 43.75% from 224); Blue value is 72 (28.52% from 255 or 32.14% from 224); Max value from RGB is 98 - color contains mainly: green. Hex color #366248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366248 is #C99DB7. Grayscale: #515151. Windows color (decimal): -13213112 or 4743734. OLE color: 4743734.

HSL color Cylindrical-coordinate representation of color #366248: hue angle of 144.55º 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 #366248 is Cyan = 0.45, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB 54 98 72 -
CMYK 0.45 0 0.27 0.62
HSL 144.55º 0.29% 0.3% -
HSV(B) 144.55º 0.45% 0.38% -
XYZ 7.06 9.99 7.69 -
YUV 81.88 122.42 108.11 -
System Red Green Blue C M Y K H S L
Decimal 54 98 72 0.45 0 0.27 0.62 144.55 0.29 0.3
Hex 36 62 48 2D 0 1B 3E 91 1D 1E
Octal 66 142 110 55 0 33 76 221 35 36
Binary 110110 1100010 1001000 101101 0 11011 111110 10010001 11101 11110

Color Harmonies of #366248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366248

Black with #366248

Text Example


Text Example

White with #366248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366248; }

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

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

background-color css

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

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

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

border-color css

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

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

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