Html Css Color HEX #385948 Plantation

📋 copy color: '#385948'

red 56 ◦ green 89 ◦ blue 72

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

Shades of Plantation #385948

Tints of Plantation #385948

RGB

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

 GREEN value IS 89 (35.16% from 255) = 41.01%

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

R = 25.81%
G = 41.01%
B = 33.18%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#385948 (or 0x385948) is known color: Plantation. HEX triplet: 38, 59 and 48. RGB value is (56,89,72). Sum of RGB (Red+Green+Blue) = 56+89+72=217 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.81% from 217); Green value is 89 (35.16% from 255 or 41.01% from 217); Blue value is 72 (28.52% from 255 or 33.18% from 217); Max value from RGB is 89 - color contains mainly: green. Hex color #385948 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385948 is #C7A6B7. Grayscale: #4D4D4D. Windows color (decimal): -13084344 or 4741432. OLE color: 4741432.

HSL color Cylindrical-coordinate representation of color #385948: hue angle of 149.09º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #385948 is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB 56 89 72 -
CMYK 0.37 0 0.19 0.65
HSL 149.09º 0.23% 0.28% -
HSV(B) 149.09º 0.37% 0.35% -
XYZ 6.37 8.45 7.43 -
YUV 77.2 125.07 112.88 -
System Red Green Blue C M Y K H S L
Decimal 56 89 72 0.37 0 0.19 0.65 149.09 0.23 0.28
Hex 38 59 48 25 0 13 41 95 17 1C
Octal 70 131 110 45 0 23 101 225 27 34
Binary 111000 1011001 1001000 100101 0 10011 1000001 10010101 10111 11100

Color Harmonies of #385948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385948

Black with #385948

Text Example


Text Example

White with #385948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385948; }

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

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

background-color css

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

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

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

border-color css

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

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

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