Html Css Color HEX #385649 Plantation

📋 copy color: '#385649'

red 56 ◦ green 86 ◦ blue 73

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

Shades of Plantation #385649

Tints of Plantation #385649

RGB

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

 GREEN value IS 86 (33.98% from 255) = 40%

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

R = 26.05%
G = 40%
B = 33.95%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.15

 K value IS 0.66

RGB Variations

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

Color information

#385649 (or 0x385649) is known color: Plantation. HEX triplet: 38, 56 and 49. RGB value is (56,86,73). Sum of RGB (Red+Green+Blue) = 56+86+73=215 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.05% from 215); Green value is 86 (33.98% from 255 or 40% from 215); Blue value is 73 (28.91% from 255 or 33.95% from 215); Max value from RGB is 86 - color contains mainly: green. Hex color #385649 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385649 is #C7A9B6. Grayscale: #4B4B4B. Windows color (decimal): -13085111 or 4806200. OLE color: 4806200.

HSL color Cylindrical-coordinate representation of color #385649: hue angle of 154º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #385649 is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB 56 86 73 -
CMYK 0.35 0 0.15 0.66
HSL 154º 0.21% 0.28% -
HSV(B) 154º 0.35% 0.34% -
XYZ 6.16 7.98 7.52 -
YUV 75.55 126.56 114.06 -
System Red Green Blue C M Y K H S L
Decimal 56 86 73 0.35 0 0.15 0.66 154 0.21 0.28
Hex 38 56 49 23 0 F 42 9A 15 1C
Octal 70 126 111 43 0 17 102 232 25 34
Binary 111000 1010110 1001001 100011 0 1111 1000010 10011010 10101 11100

Color Harmonies of #385649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385649

Black with #385649

Text Example


Text Example

White with #385649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385649; }

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

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

background-color css

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

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

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

border-color css

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

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

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