Html Css Color HEX #386047 Plantation

📋 copy color: '#386047'

red 56 ◦ green 96 ◦ blue 71

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

Shades of Plantation #386047

Tints of Plantation #386047

RGB

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

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

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

R = 25.11%
G = 43.05%
B = 31.84%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#386047 (or 0x386047) is known color: Plantation. HEX triplet: 38, 60 and 47. RGB value is (56,96,71). Sum of RGB (Red+Green+Blue) = 56+96+71=223 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.11% from 223); Green value is 96 (37.89% from 255 or 43.05% from 223); Blue value is 71 (28.12% from 255 or 31.84% from 223); Max value from RGB is 96 - color contains mainly: green. Hex color #386047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386047 is #C79FB8. Grayscale: #515151. Windows color (decimal): -13082553 or 4677688. OLE color: 4677688.

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

Color convert

RGB 56 96 71 -
CMYK 0.42 0 0.26 0.62
HSL 142.5º 0.26% 0.3% -
HSV(B) 142.5º 0.42% 0.38% -
XYZ 6.95 9.66 7.46 -
YUV 81.19 122.25 110.03 -
System Red Green Blue C M Y K H S L
Decimal 56 96 71 0.42 0 0.26 0.62 142.5 0.26 0.3
Hex 38 60 47 2A 0 1A 3E 8E 1A 1E
Octal 70 140 107 52 0 32 76 216 32 36
Binary 111000 1100000 1000111 101010 0 11010 111110 10001110 11010 11110

Color Harmonies of #386047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386047

Black with #386047

Text Example


Text Example

White with #386047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386047; }

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

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

background-color css

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

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

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

border-color css

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

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

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