Html Css Color HEX #386848 Plantation

📋 copy color: '#386848'

red 56 ◦ green 104 ◦ blue 72

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

Shades of Plantation #386848

Tints of Plantation #386848

RGB

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

 GREEN value IS 104 (41.02% from 255) = 44.83%

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

R = 24.14%
G = 44.83%
B = 31.03%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#386848 (or 0x386848) is known color: Plantation. HEX triplet: 38, 68 and 48. RGB value is (56,104,72). Sum of RGB (Red+Green+Blue) = 56+104+72=232 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.14% from 232); Green value is 104 (41.02% from 255 or 44.83% from 232); Blue value is 72 (28.52% from 255 or 31.03% from 232); Max value from RGB is 104 - color contains mainly: green. Hex color #386848 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386848 is #C797B7. Grayscale: #565656. Windows color (decimal): -13080504 or 4745272. OLE color: 4745272.

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

Color convert

RGB 56 104 72 -
CMYK 0.46 0 0.31 0.59
HSL 140º 0.3% 0.31% -
HSV(B) 140º 0.46% 0.41% -
XYZ 7.75 11.21 7.89 -
YUV 86 120.1 106.6 -
System Red Green Blue C M Y K H S L
Decimal 56 104 72 0.46 0 0.31 0.59 140 0.3 0.31
Hex 38 68 48 2E 0 1F 3B 8C 1E 1F
Octal 70 150 110 56 0 37 73 214 36 37
Binary 111000 1101000 1001000 101110 0 11111 111011 10001100 11110 11111

Color Harmonies of #386848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386848

Black with #386848

Text Example


Text Example

White with #386848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386848; }

 p { color: rgb(56,104,72); }

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

background-color css

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

 a { background-color: rgb(56,104,72); }

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

border-color css

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

 span { border-color: rgb(56,104,72); }

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