Html Css Color HEX #386649 Plantation

📋 copy color: '#386649'

red 56 ◦ green 102 ◦ blue 73

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

Shades of Plantation #386649

Tints of Plantation #386649

RGB

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

 GREEN value IS 102 (40.23% from 255) = 44.16%

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

R = 24.24%
G = 44.16%
B = 31.6%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.28

 K value IS 0.6

RGB Variations

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

Color information

#386649 (or 0x386649) is known color: Plantation. HEX triplet: 38, 66 and 49. RGB value is (56,102,73). Sum of RGB (Red+Green+Blue) = 56+102+73=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 102 (40.23% from 255 or 44.16% from 231); Blue value is 73 (28.91% from 255 or 31.60% from 231); Max value from RGB is 102 - color contains mainly: green. Hex color #386649 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386649 is #C799B6. Grayscale: #555555. Windows color (decimal): -13081015 or 4810296. OLE color: 4810296.

HSL color Cylindrical-coordinate representation of color #386649: hue angle of 142.17º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #386649 is Cyan = 0.45, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.6.

Color convert

RGB 56 102 73 -
CMYK 0.45 0 0.28 0.6
HSL 142.17º 0.29% 0.31% -
HSV(B) 142.17º 0.45% 0.4% -
XYZ 7.58 10.82 7.99 -
YUV 84.94 121.26 107.36 -
System Red Green Blue C M Y K H S L
Decimal 56 102 73 0.45 0 0.28 0.6 142.17 0.29 0.31
Hex 38 66 49 2D 0 1C 3C 8E 1D 1F
Octal 70 146 111 55 0 34 74 216 35 37
Binary 111000 1100110 1001001 101101 0 11100 111100 10001110 11101 11111

Color Harmonies of #386649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386649

Black with #386649

Text Example


Text Example

White with #386649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386649; }

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

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

background-color css

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

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

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

border-color css

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

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

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