Html Css Color HEX #386249 Plantation

📋 copy color: '#386249'

red 56 ◦ green 98 ◦ blue 73

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

Shades of Plantation #386249

Tints of Plantation #386249

RGB

 RED value IS 56 (22.27% from 255) = 24.67%

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

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

R = 24.67%
G = 43.17%
B = 32.16%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#386249 (or 0x386249) is known color: Plantation. HEX triplet: 38, 62 and 49. RGB value is (56,98,73). Sum of RGB (Red+Green+Blue) = 56+98+73=227 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.67% from 227); Green value is 98 (38.67% from 255 or 43.17% from 227); Blue value is 73 (28.91% from 255 or 32.16% from 227); Max value from RGB is 98 - color contains mainly: green. Hex color #386249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386249 is #C79DB6. Grayscale: #525252. Windows color (decimal): -13082039 or 4809272. OLE color: 4809272.

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

Color convert

RGB 56 98 73 -
CMYK 0.43 0 0.26 0.62
HSL 144.29º 0.27% 0.3% -
HSV(B) 144.29º 0.43% 0.38% -
XYZ 7.2 10.06 7.87 -
YUV 82.59 122.59 109.03 -
System Red Green Blue C M Y K H S L
Decimal 56 98 73 0.43 0 0.26 0.62 144.29 0.27 0.3
Hex 38 62 49 2B 0 1A 3E 90 1B 1E
Octal 70 142 111 53 0 32 76 220 33 36
Binary 111000 1100010 1001001 101011 0 11010 111110 10010000 11011 11110

Color Harmonies of #386249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386249

Black with #386249

Text Example


Text Example

White with #386249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386249; }

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

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

background-color css

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

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

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

border-color css

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

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

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