Html Css Color HEX #385146 Plantation

📋 copy color: '#385146'

red 56 ◦ green 81 ◦ blue 70

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

Shades of Plantation #385146

Tints of Plantation #385146

RGB

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

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

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

R = 27.05%
G = 39.13%
B = 33.82%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.14

 K value IS 0.68

RGB Variations

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

Color information

#385146 (or 0x385146) is known color: Plantation. HEX triplet: 38, 51 and 46. RGB value is (56,81,70). Sum of RGB (Red+Green+Blue) = 56+81+70=207 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.05% from 207); Green value is 81 (32.03% from 255 or 39.13% from 207); Blue value is 70 (27.73% from 255 or 33.82% from 207); Max value from RGB is 81 - color contains mainly: green. Hex color #385146 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385146 is #C7AEB9. Grayscale: #484848. Windows color (decimal): -13086394 or 4608312. OLE color: 4608312.

HSL color Cylindrical-coordinate representation of color #385146: hue angle of 153.6º 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 #385146 is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.68.

Color convert

RGB 56 81 70 -
CMYK 0.31 0 0.14 0.68
HSL 153.6º 0.18% 0.27% -
HSV(B) 153.6º 0.31% 0.32% -
XYZ 5.68 7.17 6.88 -
YUV 72.27 126.72 116.39 -
System Red Green Blue C M Y K H S L
Decimal 56 81 70 0.31 0 0.14 0.68 153.6 0.18 0.27
Hex 38 51 46 1F 0 E 44 9A 12 1B
Octal 70 121 106 37 0 16 104 232 22 33
Binary 111000 1010001 1000110 11111 0 1110 1000100 10011010 10010 11011

Color Harmonies of #385146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385146

Black with #385146

Text Example


Text Example

White with #385146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385146; }

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

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

background-color css

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

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

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

border-color css

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

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

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