Html Css Color HEX #366148 Plantation

📋 copy color: '#366148'

red 54 ◦ green 97 ◦ blue 72

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

Shades of Plantation #366148

Tints of Plantation #366148

RGB

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

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

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

R = 24.22%
G = 43.5%
B = 32.29%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#366148 (or 0x366148) is known color: Plantation. HEX triplet: 36, 61 and 48. RGB value is (54,97,72). Sum of RGB (Red+Green+Blue) = 54+97+72=223 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.22% from 223); Green value is 97 (38.28% from 255 or 43.50% from 223); Blue value is 72 (28.52% from 255 or 32.29% from 223); Max value from RGB is 97 - color contains mainly: green. Hex color #366148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366148 is #C99EB7. Grayscale: #515151. Windows color (decimal): -13213368 or 4743478. OLE color: 4743478.

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

Color convert

RGB 54 97 72 -
CMYK 0.44 0 0.26 0.62
HSL 145.12º 0.28% 0.3% -
HSV(B) 145.12º 0.44% 0.38% -
XYZ 6.97 9.8 7.66 -
YUV 81.29 122.75 108.53 -
System Red Green Blue C M Y K H S L
Decimal 54 97 72 0.44 0 0.26 0.62 145.12 0.28 0.3
Hex 36 61 48 2C 0 1A 3E 91 1C 1E
Octal 66 141 110 54 0 32 76 221 34 36
Binary 110110 1100001 1001000 101100 0 11010 111110 10010001 11100 11110

Color Harmonies of #366148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366148

Black with #366148

Text Example


Text Example

White with #366148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366148; }

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

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

background-color css

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

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

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

border-color css

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

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

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