Html Css Color HEX #385144 Plantation

📋 copy color: '#385144'

red 56 ◦ green 81 ◦ blue 68

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

Shades of Plantation #385144

Tints of Plantation #385144

RGB

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

 GREEN value IS 81 (32.03% from 255) = 39.51%

 BLUE value IS 68 (26.95% from 255) = 33.17%

R = 27.32%
G = 39.51%
B = 33.17%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.16

 K value IS 0.68

RGB Variations

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

Color information

#385144 (or 0x385144) is known color: Plantation. HEX triplet: 38, 51 and 44. RGB value is (56,81,68). Sum of RGB (Red+Green+Blue) = 56+81+68=205 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.32% from 205); Green value is 81 (32.03% from 255 or 39.51% from 205); Blue value is 68 (26.95% from 255 or 33.17% from 205); Max value from RGB is 81 - color contains mainly: green. Hex color #385144 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385144 is #C7AEBB. Grayscale: #484848. Windows color (decimal): -13086396 or 4477240. OLE color: 4477240.

HSL color Cylindrical-coordinate representation of color #385144: hue angle of 148.8º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #385144 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.68.

Color convert

RGB 56 81 68 -
CMYK 0.31 0 0.16 0.68
HSL 148.8º 0.18% 0.27% -
HSV(B) 148.8º 0.31% 0.32% -
XYZ 5.62 7.14 6.55 -
YUV 72.04 125.72 116.56 -
System Red Green Blue C M Y K H S L
Decimal 56 81 68 0.31 0 0.16 0.68 148.8 0.18 0.27
Hex 38 51 44 1F 0 10 44 95 12 1B
Octal 70 121 104 37 0 20 104 225 22 33
Binary 111000 1010001 1000100 11111 0 10000 1000100 10010101 10010 11011

Color Harmonies of #385144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385144

Black with #385144

Text Example


Text Example

White with #385144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385144; }

 p { color: rgb(56,81,68); }

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

background-color css

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

 a { background-color: rgb(56,81,68); }

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

border-color css

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

 span { border-color: rgb(56,81,68); }

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