Html Css Color HEX #385749 Plantation

📋 copy color: '#385749'

red 56 ◦ green 87 ◦ blue 73

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

Shades of Plantation #385749

Tints of Plantation #385749

RGB

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

 GREEN value IS 87 (34.38% from 255) = 40.28%

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

R = 25.93%
G = 40.28%
B = 33.8%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.16

 K value IS 0.66

RGB Variations

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

Color information

#385749 (or 0x385749) is known color: Plantation. HEX triplet: 38, 57 and 49. RGB value is (56,87,73). Sum of RGB (Red+Green+Blue) = 56+87+73=216 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.93% from 216); Green value is 87 (34.38% from 255 or 40.28% from 216); Blue value is 73 (28.91% from 255 or 33.80% from 216); Max value from RGB is 87 - color contains mainly: green. Hex color #385749 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385749 is #C7A8B6. Grayscale: #4C4C4C. Windows color (decimal): -13084855 or 4806456. OLE color: 4806456.

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

Color convert

RGB 56 87 73 -
CMYK 0.36 0 0.16 0.66
HSL 152.9º 0.22% 0.28% -
HSV(B) 152.9º 0.36% 0.34% -
XYZ 6.24 8.14 7.55 -
YUV 76.14 126.23 113.64 -
System Red Green Blue C M Y K H S L
Decimal 56 87 73 0.36 0 0.16 0.66 152.9 0.22 0.28
Hex 38 57 49 24 0 10 42 99 16 1C
Octal 70 127 111 44 0 20 102 231 26 34
Binary 111000 1010111 1001001 100100 0 10000 1000010 10011001 10110 11100

Color Harmonies of #385749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385749

Black with #385749

Text Example


Text Example

White with #385749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385749; }

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

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

background-color css

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

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

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

border-color css

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

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

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