Html Css Color HEX #385B46 Plantation

📋 copy color: '#385B46'

red 56 ◦ green 91 ◦ blue 70

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

Shades of Plantation #385B46

Tints of Plantation #385B46

RGB

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

 GREEN value IS 91 (35.94% from 255) = 41.94%

 BLUE value IS 70 (27.73% from 255) = 32.26%

R = 25.81%
G = 41.94%
B = 32.26%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.23

 K value IS 0.64

RGB Variations

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

Color information

#385B46 (or 0x385B46) is known color: Plantation. HEX triplet: 38, 5B and 46. RGB value is (56,91,70). Sum of RGB (Red+Green+Blue) = 56+91+70=217 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.81% from 217); Green value is 91 (35.94% from 255 or 41.94% from 217); Blue value is 70 (27.73% from 255 or 32.26% from 217); Max value from RGB is 91 - color contains mainly: green. Hex color #385B46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385B46 is #C7A4B9. Grayscale: #4E4E4E. Windows color (decimal): -13083834 or 4610872. OLE color: 4610872.

HSL color Cylindrical-coordinate representation of color #385B46: hue angle of 144º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #385B46 is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.

Color convert

RGB 56 91 70 -
CMYK 0.38 0 0.23 0.64
HSL 144º 0.24% 0.29% -
HSV(B) 144º 0.38% 0.36% -
XYZ 6.48 8.77 7.14 -
YUV 78.14 123.4 112.21 -
System Red Green Blue C M Y K H S L
Decimal 56 91 70 0.38 0 0.23 0.64 144 0.24 0.29
Hex 38 5B 46 26 0 17 40 90 18 1D
Octal 70 133 106 46 0 27 100 220 30 35
Binary 111000 1011011 1000110 100110 0 10111 1000000 10010000 11000 11101

Color Harmonies of #385B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385B46

Black with #385B46

Text Example


Text Example

White with #385B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385B46; }

 p { color: rgb(56,91,70); }

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

background-color css

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

 a { background-color: rgb(56,91,70); }

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

border-color css

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

 span { border-color: rgb(56,91,70); }

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