Html Css Color HEX #385648 Plantation

📋 copy color: '#385648'

red 56 ◦ green 86 ◦ blue 72

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

Shades of Plantation #385648

Tints of Plantation #385648

RGB

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

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

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

R = 26.17%
G = 40.19%
B = 33.64%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.16

 K value IS 0.66

RGB Variations

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

Color information

#385648 (or 0x385648) is known color: Plantation. HEX triplet: 38, 56 and 48. RGB value is (56,86,72). Sum of RGB (Red+Green+Blue) = 56+86+72=214 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.17% from 214); Green value is 86 (33.98% from 255 or 40.19% from 214); Blue value is 72 (28.52% from 255 or 33.64% from 214); Max value from RGB is 86 - color contains mainly: green. Hex color #385648 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385648 is #C7A9B7. Grayscale: #4B4B4B. Windows color (decimal): -13085112 or 4740664. OLE color: 4740664.

HSL color Cylindrical-coordinate representation of color #385648: hue angle of 152º 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 #385648 is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB 56 86 72 -
CMYK 0.35 0 0.16 0.66
HSL 152º 0.21% 0.28% -
HSV(B) 152º 0.35% 0.34% -
XYZ 6.13 7.96 7.35 -
YUV 75.43 126.06 114.14 -
System Red Green Blue C M Y K H S L
Decimal 56 86 72 0.35 0 0.16 0.66 152 0.21 0.28
Hex 38 56 48 23 0 10 42 98 15 1C
Octal 70 126 110 43 0 20 102 230 25 34
Binary 111000 1010110 1001000 100011 0 10000 1000010 10011000 10101 11100

Color Harmonies of #385648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385648

Black with #385648

Text Example


Text Example

White with #385648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385648; }

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

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

background-color css

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

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

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

border-color css

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

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

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