Html Css Color HEX #386247 Plantation

📋 copy color: '#386247'

red 56 ◦ green 98 ◦ blue 71

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

Shades of Plantation #386247

Tints of Plantation #386247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 31.56%

R = 24.89%
G = 43.56%
B = 31.56%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#386247 (or 0x386247) is known color: Plantation. HEX triplet: 38, 62 and 47. RGB value is (56,98,71). Sum of RGB (Red+Green+Blue) = 56+98+71=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 98 (38.67% from 255 or 43.56% from 225); Blue value is 71 (28.12% from 255 or 31.56% from 225); Max value from RGB is 98 - color contains mainly: green. Hex color #386247 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386247 is #C79DB8. Grayscale: #525252. Windows color (decimal): -13082041 or 4678200. OLE color: 4678200.

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

Color convert

RGB 56 98 71 -
CMYK 0.43 0 0.28 0.62
HSL 141.43º 0.27% 0.3% -
HSV(B) 141.43º 0.43% 0.38% -
XYZ 7.14 10.03 7.52 -
YUV 82.36 121.59 109.2 -
System Red Green Blue C M Y K H S L
Decimal 56 98 71 0.43 0 0.28 0.62 141.43 0.27 0.3
Hex 38 62 47 2B 0 1C 3E 8D 1B 1E
Octal 70 142 107 53 0 34 76 215 33 36
Binary 111000 1100010 1000111 101011 0 11100 111110 10001101 11011 11110

Color Harmonies of #386247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386247

Black with #386247

Text Example


Text Example

White with #386247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386247; }

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

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

background-color css

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

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

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

border-color css

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

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

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