Html Css Color HEX #366448 Plantation

📋 copy color: '#366448'

red 54 ◦ green 100 ◦ blue 72

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

Shades of Plantation #366448

Tints of Plantation #366448

RGB

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

 GREEN value IS 100 (39.45% from 255) = 44.25%

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

R = 23.89%
G = 44.25%
B = 31.86%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.28

 K value IS 0.61

RGB Variations

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

Color information

#366448 (or 0x366448) is known color: Plantation. HEX triplet: 36, 64 and 48. RGB value is (54,100,72). Sum of RGB (Red+Green+Blue) = 54+100+72=226 (29% of max value = 765). Red value is 54 (21.48% from 255 or 23.89% from 226); Green value is 100 (39.45% from 255 or 44.25% from 226); Blue value is 72 (28.52% from 255 or 31.86% from 226); Max value from RGB is 100 - color contains mainly: green. Hex color #366448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366448 is #C99BB7. Grayscale: #535353. Windows color (decimal): -13212600 or 4744246. OLE color: 4744246.

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

Color convert

RGB 54 100 72 -
CMYK 0.46 0 0.28 0.61
HSL 143.48º 0.3% 0.3% -
HSV(B) 143.48º 0.46% 0.39% -
XYZ 7.25 10.37 7.75 -
YUV 83.05 121.76 107.28 -
System Red Green Blue C M Y K H S L
Decimal 54 100 72 0.46 0 0.28 0.61 143.48 0.3 0.3
Hex 36 64 48 2E 0 1C 3D 8F 1E 1E
Octal 66 144 110 56 0 34 75 217 36 36
Binary 110110 1100100 1001000 101110 0 11100 111101 10001111 11110 11110

Color Harmonies of #366448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366448

Black with #366448

Text Example


Text Example

White with #366448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366448; }

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

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

background-color css

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

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

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

border-color css

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

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

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