Html Css Color HEX #386849 Plantation

📋 copy color: '#386849'

red 56 ◦ green 104 ◦ blue 73

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

Shades of Plantation #386849

Tints of Plantation #386849

RGB

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

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

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

R = 24.03%
G = 44.64%
B = 31.33%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#386849 (or 0x386849) is known color: Plantation. HEX triplet: 38, 68 and 49. RGB value is (56,104,73). Sum of RGB (Red+Green+Blue) = 56+104+73=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 104 (41.02% from 255 or 44.64% from 233); Blue value is 73 (28.91% from 255 or 31.33% from 233); Max value from RGB is 104 - color contains mainly: green. Hex color #386849 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386849 is #C797B6. Grayscale: #565656. Windows color (decimal): -13080503 or 4810808. OLE color: 4810808.

HSL color Cylindrical-coordinate representation of color #386849: hue angle of 141.25º 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 #386849 is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 104 73 -
CMYK 0.46 0 0.30 0.59
HSL 141.25º 0.3% 0.31% -
HSV(B) 141.25º 0.46% 0.41% -
XYZ 7.78 11.22 8.06 -
YUV 86.11 120.6 106.52 -
System Red Green Blue C M Y K H S L
Decimal 56 104 73 0.46 0 0.30 0.59 141.25 0.3 0.31
Hex 38 68 49 2E 0 1E 3B 8D 1E 1F
Octal 70 150 111 56 0 36 73 215 36 37
Binary 111000 1101000 1001001 101110 0 11110 111011 10001101 11110 11111

Color Harmonies of #386849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386849

Black with #386849

Text Example


Text Example

White with #386849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386849; }

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

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

background-color css

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

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

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

border-color css

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

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

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