Html Css Color HEX #366048 Plantation

📋 copy color: '#366048'

red 54 ◦ green 96 ◦ blue 72

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

Shades of Plantation #366048

Tints of Plantation #366048

RGB

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

 GREEN value IS 96 (37.89% from 255) = 43.24%

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

R = 24.32%
G = 43.24%
B = 32.43%

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

#366048 (or 0x366048) is known color: Plantation. HEX triplet: 36, 60 and 48. RGB value is (54,96,72). Sum of RGB (Red+Green+Blue) = 54+96+72=222 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.32% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 72 (28.52% from 255 or 32.43% from 222); Max value from RGB is 96 - color contains mainly: green. Hex color #366048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366048 is #C99FB7. Grayscale: #505050. Windows color (decimal): -13213624 or 4743222. OLE color: 4743222.

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

Color convert

RGB 54 96 72 -
CMYK 0.44 0 0.25 0.62
HSL 145.71º 0.28% 0.29% -
HSV(B) 145.71º 0.44% 0.38% -
XYZ 6.87 9.62 7.63 -
YUV 80.71 123.09 108.95 -
System Red Green Blue C M Y K H S L
Decimal 54 96 72 0.44 0 0.25 0.62 145.71 0.28 0.29
Hex 36 60 48 2C 0 19 3E 92 1C 1D
Octal 66 140 110 54 0 31 76 222 34 35
Binary 110110 1100000 1001000 101100 0 11001 111110 10010010 11100 11101

Color Harmonies of #366048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366048

Black with #366048

Text Example


Text Example

White with #366048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366048; }

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

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

background-color css

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

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

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

border-color css

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

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

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